Skip to content

Commit

Permalink
Merge pull request #38 from Moros1138/news-and-update-dialog
Browse files Browse the repository at this point in the history
fix bad command in workflow
  • Loading branch information
Moros1138 authored May 2, 2024
2 parents 1b813a0 + 683be32 commit 9a806ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan dusk:chrome-driver --detect

- name: Copy environment file and set version
run: cp .env.example .env && echo "VERSION=$(git rev-parse HEAD)" >> .env && echo "VITE_VERSION=$(git rev-parse HEAD)" >> .env && EXPORT PGETINKER_VERSION="$(git rev-parse HEAD)"
run: cp .env.example .env && echo "VERSION=$(git rev-parse HEAD)" >> .env && echo "VITE_VERSION=$(git rev-parse HEAD)" >> .env && export PGETINKER_VERSION="$(git rev-parse HEAD)"

- name: Build Library Objects
run: bash build-libs.sh
Expand Down

0 comments on commit 9a806ef

Please sign in to comment.