Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ssup2 committed Mar 2, 2024
1 parent 67a5d46 commit e39e552
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16

- name: Set up MySQL
uses: mirromutth/[email protected]
with:
Expand All @@ -37,7 +42,7 @@ jobs:
- name: Build store service
uses: gradle/gradle-build-action@v2
with:
arguments: bootJar
arguments: bootRunEnv

- name: Run store service and integration test
run: |
Expand Down

0 comments on commit e39e552

Please sign in to comment.