Skip to content

Fix Failing Dailies

Fix Failing Dailies #5

name: Deploy PR Tests
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
update-testing-data:
uses: ./.github/workflows/update-testing-data.yml

Check failure on line 13 in .github/workflows/deploy_pr_tests.yaml

View workflow run for this annotation

GitHub Actions / Deploy PR Tests

Invalid workflow file

The workflow is not valid. .github/workflows/deploy_pr_tests.yaml (Line: 13, Col: 15): Secret AWS_ACCESS_KEY_ID is required, but not provided while calling. .github/workflows/deploy_pr_tests.yaml (Line: 13, Col: 15): Secret AWS_SECRET_ACCESS_KEY is required, but not provided while calling.
run-tests:
needs: update-testing-data
uses: ./.github/workflows/run-tests.yml
dev-tests:
needs: update-testing-data
uses: ./.github/workflows/dev-testing.yaml