Merge pull request #214 from oke-py/disable-windows-test
Disable test-on-windows job temporarily
This commit is contained in:
58
.github/workflows/test.yml
vendored
58
.github/workflows/test.yml
vendored
@@ -72,32 +72,32 @@ jobs:
|
|||||||
create_issues: false
|
create_issues: false
|
||||||
production_flag: true
|
production_flag: true
|
||||||
|
|
||||||
test-on-windows:
|
# test-on-windows:
|
||||||
strategy:
|
# strategy:
|
||||||
matrix:
|
# matrix:
|
||||||
node: [20]
|
# node: [20]
|
||||||
runs-on: windows-latest
|
# runs-on: windows-latest
|
||||||
steps:
|
# steps:
|
||||||
- name: Dump GitHub context
|
# - name: Dump GitHub context
|
||||||
env:
|
# env:
|
||||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
# GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||||
run: echo "$GITHUB_CONTEXT"
|
# run: echo "$GITHUB_CONTEXT"
|
||||||
- uses: actions/checkout@v4
|
# - uses: actions/checkout@v4
|
||||||
- uses: actions/setup-node@v4
|
# - uses: actions/setup-node@v4
|
||||||
with:
|
# with:
|
||||||
node-version: ${{ matrix.node }}
|
# node-version: ${{ matrix.node }}
|
||||||
# Node.js 20 already includes a recent npm version, so npm upgrade is not needed
|
# # Node.js 20 already includes a recent npm version, so npm upgrade is not needed
|
||||||
- name: Run npm audit action
|
# - name: Run npm audit action
|
||||||
uses: ./
|
# uses: ./
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue_title: npm audit run by test job
|
# issue_title: npm audit run by test job
|
||||||
create_issues: false
|
# create_issues: false
|
||||||
production_flag: true
|
# production_flag: true
|
||||||
- name: Run npm audit action in testdata workdir
|
# - name: Run npm audit action in testdata workdir
|
||||||
uses: ./
|
# uses: ./
|
||||||
with:
|
# with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
working_directory: __tests__/testdata/workdir/
|
# working_directory: __tests__/testdata/workdir/
|
||||||
create_issues: false
|
# create_issues: false
|
||||||
production_flag: true
|
# production_flag: true
|
||||||
|
|||||||
Reference in New Issue
Block a user