Skip to content

Commit

Permalink
update GHA for ci2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkitsunai committed Mar 21, 2024
1 parent ffead1f commit 0614e7c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
name: Install pnpm
Expand Down Expand Up @@ -98,9 +98,4 @@ jobs:
cd sample
gauge init https://github.com/tkitsunai/gauge-template-typescript/archive/refs/tags/v0.1.1.zip
npm install ../artifacts/gauge-typescript-*.tgz
shell: bash

- name: Run sample project
run: |
cd sample
gauge run specs
shell: bash

0 comments on commit 0614e7c

Please sign in to comment.