Skip to content

Commit

Permalink
Still attempting to make working directory work
Browse files Browse the repository at this point in the history
  • Loading branch information
sgarciahelguera committed Jul 28, 2023
1 parent fe6f769 commit 846b941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
working-directory: ./cubeseed_login
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
Expand All @@ -22,4 +20,5 @@ jobs:
- run: npm install
- run: npm ci
- run: npm run build
working-directory: ./cubeseed_login

0 comments on commit 846b941

Please sign in to comment.