Skip to content

Commit

Permalink
fix flaky e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Jun 18, 2024
1 parent 4d23880 commit a4a056b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ jobs:
path: /tmp
- name: Load Docker Images
run: |
docker load -i /tmp/standalone-image.tar
docker load -i /tmp/standalone-image.tar \
&& rm -f /tmp/standalone-image.tar
- name: Run Test
run: |
./mvnw -B -f streampark-e2e/pom.xml -am \
Expand Down

0 comments on commit a4a056b

Please sign in to comment.