Skip to content

Commit ce3802c

Browse files
committed
Rename test-generator.sh
1 parent 6ff7135 commit ce3802c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_generator.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- '.github/workflows/ci_generator.yml'
77
- 'generator/**'
8-
- 'bin/test_generator.sh'
8+
- 'bin/test-generator.sh'
99
push:
1010
branches:
1111
- main
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout code
3333
uses: actions/checkout@v4
3434
- name: Run generator tests
35-
run: ./bin/test_generator.sh
35+
run: ./bin/test-generator.sh
3636

3737
run-generator-usage-tests-macos:
3838
name: Test generator usage on macOS ${{ matrix.macOS }} with Xcode ${{ matrix.xcode }}
@@ -49,4 +49,4 @@ jobs:
4949
- name: Checkout code
5050
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5151
- name: Run generator tests
52-
run: ./bin/test_generator.sh
52+
run: ./bin/test-generator.sh
File renamed without changes.

0 commit comments

Comments
 (0)