Skip to content

Bump ip from 2.0.0 to 2.0.1 #31

Bump ip from 2.0.0 to 2.0.1

Bump ip from 2.0.0 to 2.0.1 #31

Workflow file for this run

# Feature Workflow
name: 'Feature'
on:
pull_request:
branches: [ main ]
jobs:
build:
name: 'Build'
uses: ./.github/workflows/build.yml
with:
artifact_name: 'build'
node_version: '20.x'
runner: 'ubuntu-latest'
test:
name: 'Test'
needs: build
uses: ./.github/workflows/test.yml
with:
build_artifact_name: 'build'
node_version: '20.x'
runner: 'ubuntu-latest'
test_base_url: 'http://localhost:3000'
test_is_against_deployment: false
test_report_artifact_name: 'test-feature-ci-results'