Skip to content

Commit

Permalink
Fix reference to script
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-northmind committed Oct 28, 2024
1 parent 0649ff8 commit 4109d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/flutter_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
package-path:
- packages/rum_sdk
- packages/offline_transport
name: build & test ${{ matrix.package-path }} # Custom name for each matrix run
steps:
- uses: actions/checkout@v3

Expand All @@ -32,7 +33,7 @@ jobs:

- name: Create api-config file (only for rum_sdk)
if: ${{ matrix.package-path == 'packages/rum_sdk' }}
run: scripts/create-api-config-file.sh
run: ${{ github.workspace }}/scripts/create-api-config-file.sh

- name: Check format
run: dart format --set-exit-if-changed .
Expand Down

0 comments on commit 4109d3b

Please sign in to comment.