Skip to content

Commit

Permalink
Add missing checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Jul 27, 2024
1 parent 292b384 commit f891ac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
echo $dartSdkPath | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Dart version
run: dart --version
- uses: actions/checkout@v1
- name: Install dependencies
run: cd sidekick && dart pub get --no-precompile
- name: Run tests
Expand Down

0 comments on commit f891ac6

Please sign in to comment.