Skip to content

Commit

Permalink
ci(frontend): add working directory
Browse files Browse the repository at this point in the history
refs #1
  • Loading branch information
jo-elimu committed Jun 25, 2024
1 parent 815b60f commit bb084c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,17 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [18.x, 20.x]

defaults:
run:
working-directory: frontend

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit bb084c1

Please sign in to comment.