Skip to content

Commit

Permalink
Added working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Timtendo12 authored Nov 22, 2023
1 parent d7a26d5 commit 7eb85c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ jobs:
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
working-directory: "./src/"
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
working-directory: "./src/"
- name: Install NPM Packages
run: npm install
working-directory: "./src/"
- name: Build NPM
run: npm run build
working-directory: "./src/"

0 comments on commit 7eb85c0

Please sign in to comment.