Skip to content

Commit

Permalink
Maybe it works with bash?
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Fasching authored and Matthias Fasching committed Nov 24, 2021
1 parent c6d1c8d commit 432a739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,14 @@ jobs:
soda drop -e $SODA_DIALECT -p ./testdata/migrations
soda create -e $SODA_DIALECT -p ./testdata/migrations
soda migrate -e $SODA_DIALECT -p ./testdata/migrations
shell: bash

- name: Test
env:
SODA_DIALECT: "sqlite"
run: |
go test -tags sqlite -race ./...
shell: bash

- name: Reset soda and run e2e
env:
Expand All @@ -206,3 +208,4 @@ jobs:
soda drop -e $SODA_DIALECT -p ./testdata/migrations
soda create -e $SODA_DIALECT -p ./testdata/migrations
go test -tags sqlite,e2e -race ./internal/e2e/...
shell: bash

0 comments on commit 432a739

Please sign in to comment.