Skip to content

Commit

Permalink
feature:build e2e mysql8 image
Browse files Browse the repository at this point in the history
  • Loading branch information
gongna-au committed Sep 20, 2024
1 parent 41ab3e8 commit 9c02296
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:

- name: Pull Docker image
run: |
docker pull fieelina/gaea-test-amd64:v2.4 # 确认这个镜像是可用的
docker pull fieelina/gaea-test-amd64-mysql8:v2.4 # 确认这个镜像是可用的
- name: Run Mysql8 E2E tests
run: |
docker run --rm \
-v $(pwd):/workspace \
-w /workspace \
fieelina/gaea-test-amd64:v2.4 \
fieelina/gaea-test-amd64-mysql8:v2.4 \
make e2e-test-mysql8

0 comments on commit 9c02296

Please sign in to comment.