Skip to content

release TrustSpecCli 0.1.28 #109

release TrustSpecCli 0.1.28

release TrustSpecCli 0.1.28 #109

Workflow file for this run

name: Run Tests
on:
push:
branches:
- '**'
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install yq
run: |
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
chmod +x /usr/local/bin/yq
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- name: Install pm2
run: npm install -g pm2
- name: Run tests
run: bash test.sh