Skip to content

Commit

Permalink
working directory fpdart workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMaglione committed May 5, 2023
1 parent 3aaabce commit f84852e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dart CI
name: fpdart CI

on:
# Run on PRs and pushes to the default branch.
Expand All @@ -10,6 +10,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./packages/fpdart
steps:
- uses: actions/checkout@v3
- uses: dart-lang/[email protected]
Expand Down

0 comments on commit f84852e

Please sign in to comment.