Skip to content

Commit

Permalink
Merge pull request #48 from Moros1138/fix-workflows
Browse files Browse the repository at this point in the history
seriously, what the hell
  • Loading branch information
Moros1138 authored May 2, 2024
2 parents 662ac8c + 5940eaf commit 67b086f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
run: git clone https://github.com/Moros1138/PGEtinker && cd PGEtinker
run: git clone https://github.com/Moros1138/PGEtinker && cd PGEtinker/PGEtinker

- name: Install Dependencies
run: npm install && npm run build && composer install --prefer-dist --no-interaction --no-progress && php artisan dusk:chrome-driver --detect
Expand Down Expand Up @@ -66,4 +66,4 @@ jobs:
run: docker logout

- name: Clean up Git
run: cd .. && rm -rf PGEtinker
run: cd ../.. && rm -rf PGEtinker

0 comments on commit 67b086f

Please sign in to comment.