mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Removed windows test for commands incompatibility
This commit is contained in:
14
.github/workflows/run-tests.yml
vendored
14
.github/workflows/run-tests.yml
vendored
@@ -29,17 +29,3 @@ jobs:
|
|||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
npm run test
|
npm run test
|
||||||
|
|
||||||
test-on-windows:
|
|
||||||
name: Testing Workflow Windows
|
|
||||||
runs-on: windows-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version: "14.x"
|
|
||||||
check-latest: true
|
|
||||||
- run: |
|
|
||||||
npm install
|
|
||||||
npm run build
|
|
||||||
npm run test
|
|
||||||
|
|||||||
Reference in New Issue
Block a user