Skip to content

Commit

Permalink
added integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
awootton committed Apr 13, 2024
1 parent f3f652a commit facce56
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build+test
on: push
jobs:
example-job:
quanta-ci-job:
runs-on: ubuntu-latest
steps:
- name: Start LocalStack
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21

- name: Build
run: |
Expand All @@ -55,3 +55,8 @@ jobs:
ls -lah
# go test -v ./...
./test/run-go-tests.sh
- name: Test-Integration
run: |
ls -lah
# go test -v ./...
./test/run-go-integration-tests.sh

0 comments on commit facce56

Please sign in to comment.