Skip to content

Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group #4297

Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group

Bump axios from 1.7.2 to 1.7.4 in the npm_and_yarn group #4297

Workflow file for this run

name: PR Build and Test
on:
pull_request:
# This concurrency group exists with cancel-in-progress: true so that only the latest run of the workflow is executed (as its all that should matter).
concurrency:
group: pr-build-and-test-${{ github.ref }}
cancel-in-progress: true
jobs:
Build_Application_Images:
uses: ./.github/workflows/build_application_images.yml
secrets: inherit
Build_Test_Frontend_Assets:
uses: ./.github/workflows/build_frontend_assets.yml
secrets: inherit
with:
env: test
Run_Tests:
uses: ./.github/workflows/run_tests.yml
needs: [Build_Application_Images,Build_Test_Frontend_Assets]
secrets: inherit