Skip to content

Commit

Permalink
scaffolding for github ci job
Browse files Browse the repository at this point in the history
  • Loading branch information
mieciu committed Oct 4, 2024
1 parent f1e8686 commit fefd9e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: E2E tests
name: Integration tests

on:
merge_group:
Expand All @@ -11,7 +11,7 @@ on:
required: true
jobs:

e2e-test-run:
integration-test-run:
runs-on: ubuntu-latest
needs: [build-quesma-docker-image]
steps:
Expand All @@ -25,6 +25,7 @@ jobs:
cache-dependency-path: smoke-test/go.sum
go-version: '1.22'

# (perhaps prefetching these should be considered)
# - name: Download images
# uses: actions/download-artifact@v4
# with:
Expand Down

0 comments on commit fefd9e6

Please sign in to comment.