|
|
@ -85,6 +85,7 @@ jobs:
|
|
|
|
path: ${{ env.DF_FOLDER }}
|
|
|
|
path: ${{ env.DF_FOLDER }}
|
|
|
|
- name: Run lua tests
|
|
|
|
- name: Run lua tests
|
|
|
|
id: run-tests
|
|
|
|
id: run-tests
|
|
|
|
|
|
|
|
timeout-minutes: 10
|
|
|
|
run: python ci/run-tests.py --keep-status "${{ env.DF_FOLDER }}"
|
|
|
|
run: python ci/run-tests.py --keep-status "${{ env.DF_FOLDER }}"
|
|
|
|
- name: Upload test artifacts
|
|
|
|
- name: Upload test artifacts
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|