Skip to content

Commit

Permalink
Use the latest version of BATS
Browse files Browse the repository at this point in the history
  • Loading branch information
garethr committed Apr 23, 2023
1 parent 4406cda commit b1d2244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ jobs:
go-version: 1.20.3

- name: Build
run: go build -v ./...
run: go build -v -o parlay

- name: Unit tests
run: go test -v ./...

- name: Setup BATS
uses: mig4/setup-bats@v1
with:
bats-version: 1.9.0

- name: Acceptance tests
run: bats -r .

0 comments on commit b1d2244

Please sign in to comment.