Skip to content

Commit

Permalink
Stub windows adapter in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pboutin committed Sep 3, 2024
1 parent 257fd8a commit a4e76b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Install
run: make install

- name: Stub Windows adapter
run: (cd src/electron/dofus-windows-adapters; cp windows.js active.js)

- name: Lint
run: make lint

Expand Down

0 comments on commit a4e76b7

Please sign in to comment.