Skip to content

Commit

Permalink
Print dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 14, 2023
1 parent 1525023 commit 0d163d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
apt-get update
apt-get install unzip
- uses: actions/checkout@v1
- name: Dart version
run: dart --version
- name: Install dependencies
run: cd sidekick && dart pub get --no-precompile
- name: Run tests
Expand All @@ -51,6 +53,8 @@ jobs:
apt-get update
apt-get install unzip
- uses: actions/checkout@v1
- name: Dart version
run: dart --version
- name: Install dependencies
run: cd sidekick && dart pub get --no-precompile
- name: Run tests
Expand Down

0 comments on commit 0d163d6

Please sign in to comment.