Skip to content

Commit

Permalink
fix: Require @dev version of package during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
paxuclus committed Feb 14, 2024
1 parent a5e87c5 commit 246f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
path: ${{ env.FLOW_DIST_FOLDER }}/DistributionPackages/Netlogix.Migrations.JobQueue

- name: Install netlogix/migrations-jobqueue
run: composer require netlogix/migrations-jobqueue:dev-${{ github.ref_name }}
run: composer require netlogix/migrations-jobqueue:@dev
working-directory: ${{ env.FLOW_DIST_FOLDER }}

- name: Run tests
Expand Down

0 comments on commit 246f538

Please sign in to comment.