Skip to content

Commit

Permalink
CI: Use viash-actions/setup for installing viash
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont committed Jan 18, 2024
1 parent 97d6aa7 commit 35bd4c6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Fetch viash
run: |
bin/init -n
tree .
bin/viash -h
- uses: viash-io/viash-actions/setup@v4
- name: Viash ns test
run: |
./bin/viash ns test -s tests/integration/ -p docker --memory 1GB
viash ns test -s tests/integration/ -p docker --memory 1GB

0 comments on commit 35bd4c6

Please sign in to comment.