Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmengting committed Feb 28, 2024
1 parent cb471fe commit 58e7e7d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ on: # yamllint disable-line rule:truthy
jobs:
RunConfig:
runs-on: dimerun-h9-ubuntu2204
environment: ci-test
outputs:
data: ${{ steps.runconfig.outputs.CI_DATA }}
steps:
Expand Down Expand Up @@ -50,9 +51,12 @@ jobs:
python3 -m unittest discover -s "$dir" -p 'test_*.py'
done
- name: PrepareRunConfig
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
id: runconfig
run: |
python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --configure --outfile ${{ runner.temp }}/ci_run_data.json
python3 "$GITHUB_WORKSPACE/tests/ci/ci.py" --configure --outfile ${{ runner.temp }}/ci_run_data.json --skip-docker
echo "::group::CI configuration"
python3 -m json.tool ${{ runner.temp }}/ci_run_data.json
Expand Down

0 comments on commit 58e7e7d

Please sign in to comment.