Skip to content

Commit

Permalink
ci: slit up shell tests flow
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Jul 8, 2023
1 parent e3aacda commit d94b639
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,15 @@ jobs:
- interface: Silo
script: scripts/simple-silo.sh
steps:
- name: Checkout sources
uses: actions/checkout@v2
- run: ${{ matrix.script }}

advanced_tests:
name: Tests Advanced CLI
runs-on: ubuntu-latest
needs: install_advanced
steps:
- name: Checkout sources
uses: actions/checkout@v2
- run: scripts/advanced.sh

0 comments on commit d94b639

Please sign in to comment.