Skip to content

Commit

Permalink
Merge pull request #14 from pactflow/deps/node_20
Browse files Browse the repository at this point in the history
chore(deps): npm deps majors
  • Loading branch information
YOU54F authored Oct 10, 2024
2 parents 2765b76 + 9783da0 commit 46653b1
Show file tree
Hide file tree
Showing 4 changed files with 2,672 additions and 2,217 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- name: 📦️ Install
run: npm i
- name: set reports folder permissions for readyapi runner
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🛂 Can I deploy?
run: BRANCH=${GITHUB_REF:11} make can_i_deploy

Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
needs: [can-i-deploy]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🚀 Deploy
run: BRANCH=${GITHUB_REF:11} make deploy
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main'
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ENDPOINT?=http://localhost:3001
READY_RUNNER_DOCKER_PATH?=docker run --rm --network="host" -v=${PWD}/project:/project -e SLM_LICENSE_SERVER="https://api.slm.manage.smartbear.com:443" -e API_KEY=${SLM_API_KEY} -e ENDPOINT=${ENDPOINT} -e COMMAND_LINE="'-e${ENDPOINT}' '-f/project/reports' '-RJUnit-Style HTML Report' /project/pf-swh-rapi-demo-readyapi-project.xml" smartbear/ready-api-soapui-testrunner:latest
# RAPI_RUNNER can be set to local ReadyAPI installation if available, otherwise will default to docker
# RAPI_RUNNER=local
READY_API_LOCAL_INSTALLATION_PATH_MAC?=/Applications/ReadyAPI-3.40.2.app/Contents/Resources/app/bin/testrunner.sh
READY_API_LOCAL_INSTALLATION_PATH_MAC?=/Applications/ReadyAPI-3.55.0.app/Contents/Resources/app/bin/testrunner.sh
# Default installation paths for Linux/Windows to be added/tested
READY_API_LOCAL_INSTALLATION_PATH_LINUX?=TODO
READY_API_LOCAL_INSTALLATION_PATH_WIN?=TODO
Expand Down
Loading

0 comments on commit 46653b1

Please sign in to comment.