Skip to content

Commit 9944c3b

Browse files
authored
fix integration tests job name (#150)
1 parent 79af64b commit 9944c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
test:
15+
test_integration:
1616
runs-on: ubuntu-latest
1717
if: >
1818
(github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)