Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
added working directory change to a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ynng committed Jul 16, 2023
1 parent e9b8ada commit 17216a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/workspace-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ jobs:

- name: Install dependencies
run: npm ci
working-directory: ./dashboard

- name: Build dashboard
run: npm run build --if-present
working-directory: ./dashboard

- name: Install Rust stable
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 17216a7

Please sign in to comment.