File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 description : Run integration tests with tmate debugging enabled
3232 required : false
3333 default : false
34+ secrets :
35+ GH_USERNAME :
36+ required : false
37+ GH_PAT :
38+ required : false
3439
3540jobs :
3641 build :
8792 name : ${{ github.sha }}-build
8893
8994 - name : Run integration tests
95+ env :
96+ GH_USERNAME : ${{ secrets.GH_USERNAME }}
97+ GH_PAT : ${{ secrets.GH_PAT }}
9098 run : tox -e ${{ inputs.tox-integration-test-targets }} -- --model testing
9199
92100 - name : Get contexts
Original file line number Diff line number Diff line change 3939 secrets :
4040 CHARMCRAFT_CREDENTIALS :
4141 required : false
42+ GH_USERNAME :
43+ required : false
44+ GH_PAT :
45+ required : false
4246
4347jobs :
4448 linting :
5660 integration-test :
5761 name : Integration Tests
5862 uses : ./.github/workflows/_charm-tests-integration.yaml
63+ secrets :
64+ GH_USERNAME : ${{ secrets.GH_USERNAME }}
65+ GH_PAT : ${{ secrets.GH_PAT }}
5966 with :
6067 container-name : ${{ inputs.container-name }}
6168 charm-config-path : ${{ inputs.charm-config-path }}
You can’t perform that action at this time.
0 commit comments