Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz committed Apr 18, 2024
1 parent fb18305 commit ded316a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Captive Portal
directory: captive-portal
- name: Webserver v2
directory: packages/v2
directory: v2
- name: Webserver v3
directory: packages/v3
directory: v3
steps:
- name: Clone the repo
uses: actions/[email protected]
Expand All @@ -29,4 +29,4 @@ jobs:
run: npm install
- name: Build ${{ matrix.name }}
run: npm run build
working-directory: ${{ matrix.directory }}
working-directory: packages/${{ matrix.directory }}

0 comments on commit ded316a

Please sign in to comment.