Skip to content

Commit

Permalink
ci: Update working directory to bot subdir
Browse files Browse the repository at this point in the history
This should fix actions being broken by ad7ba15
  • Loading branch information
Douile committed Nov 9, 2023
1 parent 92958a2 commit 7db48ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@ jobs:
node-version: [18.x]
fail-fast: true
max-parallel: 2
defaults:
run:
working-directory: ./bot

steps:
- uses: actions/checkout@v3
- run: cd bot
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache_dependency_path: bot/package_lock.json
- name: Use python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 7db48ff

Please sign in to comment.