Skip to content

Commit

Permalink
fix(gh/test): install dagger CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeMac committed Aug 2, 2023
1 parent 4edb38a commit a2c4dac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '1.20'

- uses: actions/checkout@v3

- name: Install Dagger CLI
env:
DAGGER_VERSION: 0.6.2
working-directory: /usr/local
run: curl -L https://dl.dagger.io/dagger/install.sh | sh

- name: Run Dagger pipeline
run: ./build.sh test unit

0 comments on commit a2c4dac

Please sign in to comment.