We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e55888 commit 4483215Copy full SHA for 4483215
.github/workflows/playwright.yml
@@ -106,7 +106,7 @@ jobs:
106
echo "LATEST_TAG=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
107
108
- name: Composer require the local rapidez/core
109
- run: composer require rapidez/core:"dev-${{ env.CORE_HASH }} as ${{ env.LATEST_TAG }}"
+ run: composer require rapidez/core:"dev-${{ env.CORE_HASH }} || ${{ env.CORE_HASH }}-dev as ${{ env.LATEST_TAG }}"
110
111
- name: Install Rapidez command
112
run: php artisan rapidez:install --frontendonly
0 commit comments