File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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'
You can’t perform that action at this time.
0 commit comments