Skip to content

Commit

Permalink
Run test with old runtime on ST3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Jan 12, 2025
1 parent 9fcce86 commit 583ec32
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
Expand Up @@ -42,16 +42,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
Expand Down Expand Up @@ -83,7 +73,7 @@ jobs:
dummy_syntaxes: text.dummy

st3:
name: ST3 build
name: Without default packages, ST3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -93,6 +83,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
Expand Down

0 comments on commit 583ec32

Please sign in to comment.