Skip to content

Commit 3931ed3

Browse files
committed
Update CI
1 parent aabbc22 commit 3931ed3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: 'Build project'
7373
run: meson compile -C build/
7474
- name: 'Run tests'
75-
run: python tests/run.py helloworld --build-dir build/ -- --headless
75+
run: python tests/run.py 0-pythonscript-init --build-dir build/ -- --headless
7676
# - name: 'Generate artifact archive'
7777
# run: meson compile -C build/ release
7878
# - name: 'Export release artifact'
@@ -122,8 +122,8 @@ jobs:
122122
run: python .github/scripts/meson_setup_or_dump_log.py build/
123123
- name: 'Build project'
124124
run: meson compile -C build/
125-
# - name: 'Run tests'
126-
# run: python tests/run.py helloworld --build-dir build/ -- --headless
125+
- name: 'Run tests'
126+
run: python tests/run.py 0-pythonscript-init --build-dir build/ -- --headless
127127
# - name: 'Install Mesa3D OpenGL'
128128
# shell: bash
129129
# run: |
@@ -184,7 +184,7 @@ jobs:
184184
run: meson compile -C build/
185185
# TODO: see https://github.com/touilleMan/godot-python/issues/358
186186
# - name: 'Run tests'
187-
# run: python tests/run.py helloworld --build-dir build/ -- --headless
187+
# run: python tests/run.py 0-pythonscript-init --build-dir build/ -- --headless
188188
# - name: 'Generate artifact archive'
189189
# run: meson compile -C build/ release
190190
# - name: 'Export release artifact'

0 commit comments

Comments
 (0)