File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 44 workflow_call :
55
66jobs :
7-
87 check-commit-ancestor :
98 name : Check commit ancestor
109 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 66 - release/*
77
88jobs :
9-
109 pre-release-check :
11- uses : cucumber/cucumber-react/ .github/workflows/prerelease-checks.yml@add-release-workflow
10+ uses : ./ .github/workflows/prerelease-checks.yml
1211
1312 test :
14- uses : cucumber/cucumber-react/ .github/workflows/test.yml@add-release-workflow
13+ uses : ./ .github/workflows/test.yml
1514
1615 publish-npm :
1716 name : Publish NPM module
@@ -21,17 +20,13 @@ jobs:
2120
2221 steps :
2322 - uses : actions/checkout@v3
24-
2523 - uses : actions/setup-node@v3
2624 with :
2725 node-version : 20.x
2826 cache : ' npm'
2927 cache-dependency-path : package-lock.json
30-
31- - run : npm install-ci-test
32-
28+ - run : npm ci
3329 - run : npm run compile
34-
3530 -
uses :
cucumber/[email protected] 3631 with :
3732 npm-token : ${{ secrets.NPM_TOKEN }}
You can’t perform that action at this time.
0 commit comments