File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77permissions :
88 contents : read
9- id-token : write
109
1110concurrency :
1211 group : ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
@@ -15,18 +14,11 @@ concurrency:
1514jobs :
1615 test :
1716 name : Run Tests
18- runs-on : [self-hosted, java-large]
17+ runs-on : ubuntu-latest
1918 steps :
2019 - name : Checkout sources
2120 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2221
23- - name : Configure AWS credentials
24- uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
25- with :
26- aws-region : eu-central-1
27- role-to-assume : arn:aws:iam::130607246975:role/ci-base-access
28- role-session-name : swe-interview-test
29-
3022 - name : Setup Java
3123 uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
3224 with :
3931 gradle-version : wrapper
4032 arguments : |
4133 --build-cache test
42- env :
43- CODEARTIFACT_AUTH_TOKEN : ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}
You can’t perform that action at this time.
0 commit comments