Skip to content

Commit

Permalink
Add 2.x back in but continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Jun 26, 2023
1 parent 6c70f09 commit cdcada9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# when the release PR gets merged by the bot.
if: needs.prep.outputs.version == 0
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.edgedb-version == 'nightly' }}
continue-on-error: ${{ matrix.edgedb-version != 'stable' }}
strategy:
matrix:
node-version: ["16", "18", "20"]
Expand All @@ -25,6 +25,9 @@ jobs:
- os: ubuntu-latest
node-version: "18"
edgedb-version: "nightly"
- os: ubuntu-latest
node-version: "18"
edgedb-version: "2"
- os: macos-latest
node-version: "18"
edgedb-version: "stable"
Expand Down

0 comments on commit cdcada9

Please sign in to comment.