Skip to content

Bump tar from 6.2.0 to 6.2.1 #33

Bump tar from 6.2.0 to 6.2.1

Bump tar from 6.2.0 to 6.2.1 #33

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'