Skip to content

Commit

Permalink
chore(CI): *
Browse files Browse the repository at this point in the history
  • Loading branch information
Seven Du committed Mar 7, 2023
1 parent 4f25d44 commit 87de63c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,6 @@ jobs:
node-version: latest
cache: "npm"
- uses: dart-lang/setup-dart@v1
- run: dart pub get
- run: npm ci
- name: Pick test directory
id: pick
run: |
if [ "${{ matrix.os }}" = "windows-latest" ]; then
echo "directory=test_windows" >> $GITHUB_OUTPUT
else
echo "directory=test" >> $GITHUB_OUTPUT
fi
- run: dart test ${{ steps.pick.outputs.directory }}
- run: dart pub get
- run: dart test
1 change: 0 additions & 1 deletion test_windows/generator/prisma_info_test.dart

This file was deleted.

0 comments on commit 87de63c

Please sign in to comment.