Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocarvalhodev committed Oct 14, 2024
1 parent a0432b3 commit 806d2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:

jobs:
test-and-lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
# Checkout
- uses: actions/checkout@v3
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
run: flutter analyze

- name: Test app
run: scr test
run: scr test

0 comments on commit 806d2eb

Please sign in to comment.