We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff7135 commit ce3802cCopy full SHA for ce3802c
.github/workflows/ci_generator.yml
@@ -5,7 +5,7 @@ on:
5
paths:
6
- '.github/workflows/ci_generator.yml'
7
- 'generator/**'
8
- - 'bin/test_generator.sh'
+ - 'bin/test-generator.sh'
9
push:
10
branches:
11
- main
@@ -32,7 +32,7 @@ jobs:
32
- name: Checkout code
33
uses: actions/checkout@v4
34
- name: Run generator tests
35
- run: ./bin/test_generator.sh
+ run: ./bin/test-generator.sh
36
37
run-generator-usage-tests-macos:
38
name: Test generator usage on macOS ${{ matrix.macOS }} with Xcode ${{ matrix.xcode }}
@@ -49,4 +49,4 @@ jobs:
49
50
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51
52
bin/test_generator.sh renamed to bin/test-generator.sh
0 commit comments