Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Jan 25, 2024
1 parent 3b17607 commit ff30e9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test
name: Integration smoke test

on:
push:
Expand All @@ -7,13 +7,13 @@ on:
branches: [main]

jobs:
test:
integration-smoke-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
svc:
- 'alpine-3.16-8\'
- 'alpine-3.16-8'
- 'alpine-3.16-11'
- 'alpine-3.16-17'
- 'alpine-3.17-8'
Expand Down

0 comments on commit ff30e9b

Please sign in to comment.