Skip to content

Commit

Permalink
specify names
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Aug 30, 2024
1 parent d51b7ea commit 28bbf65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
build-test: ${{ steps.analyze-pubspec.outputs.build-test }}
steps:
- uses: actions/checkout@v4
- working-directory: ${{ inputs.package-path }}
- name: Analyze dart_test.yaml
working-directory: ${{ inputs.package-path }}
id: analyze-dart-test
run: |
if [[ -f 'dart_test.yaml' ]]; then
Expand All @@ -50,7 +51,8 @@ jobs:
fi
echo "Project does not have chrome platform config"
echo "chrome-platform=false" >> $GITHUB_OUTPUT
- working-directory: ${{ inputs.package-path }}
- name: Analyze pubspec.yaml
working-directory: ${{ inputs.package-path }}
id: analyze-pubspec
run: |
echo "dart-dev=$(grep -q "^ dart_dev:" pubspec.yaml && echo "true" || echo "false")" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 28bbf65

Please sign in to comment.