Skip to content

Commit

Permalink
ci:working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycolin committed Aug 31, 2024
1 parent d4883fa commit 05b636d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI

on:
pull_request:
push:
branches:
- main
Expand All @@ -16,6 +15,10 @@ jobs:
strategy:
matrix:
node-version: [20]
defaults:
run:
working-directory: ./packages/website-analyzer-wc

steps:
- uses: actions/checkout@v4

Expand All @@ -35,17 +38,6 @@ jobs:
with:
node-version: "22"

- name: List files in the repository
run: |
ls ${{ github.workspace }}
- name: go to correctdir
run: cd packages/website-analyzer-wc

- name: List files in the repository aftere cd
run: |
ls ${{ github.workspace }}
- name: Install dependencies
run: pnpm install

Expand Down

0 comments on commit 05b636d

Please sign in to comment.