Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run test with old runtime on ST3 build
Browse files Browse the repository at this point in the history
FichteFoll committed Jan 12, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3abf82a commit 10e7686
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -37,16 +37,6 @@ jobs:
build: 4073
package_root: test/no_defpkg

no_defpkg_old_runtime:
name: Without default packages, latest build, ubuntu-20.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ./
with:
build: latest
package_root: test/no_defpkg

third-party_stable:
name: Third-party, latest stable
runs-on: ubuntu-latest
@@ -78,7 +68,7 @@ jobs:
dummy_syntaxes: text.dummy

st3:
name: ST3 build
name: Without default packages, ST3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -88,6 +78,16 @@ jobs:
default_packages: v3189
package_root: test/st3

st3_no_defpkg_old_runtime:
name: Without default packages, ST3, ubuntu-20.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ./
with:
build: 3210
package_root: test/no_defpkg

# This is expected to error and used to test the error wrapper
st3_error:
name: Error on purpose

0 comments on commit 10e7686

Please sign in to comment.