Skip to content

Commit

Permalink
ci: bump actions & fix syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Shengqi Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Dec 20, 2024
1 parent c713114 commit 185d9be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:

jobs:
test:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
runs-on: ubuntu-24.04
if: ${{ contains(github.event.head_commit.message, 'ci skip') }}
strategy:
matrix:
sdk: [stable, beta]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
Expand Down

0 comments on commit 185d9be

Please sign in to comment.