Skip to content

Commit 302b925

Browse files
committed
[LTECH-405] Github runner
1 parent 479a187 commit 302b925

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66

77
permissions:
88
contents: read
9-
id-token: write
109

1110
concurrency:
1211
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
@@ -15,18 +14,11 @@ concurrency:
1514
jobs:
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:
@@ -39,5 +31,3 @@ jobs:
3931
gradle-version: wrapper
4032
arguments: |
4133
--build-cache test
42-
env:
43-
CODEARTIFACT_AUTH_TOKEN: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }}

0 commit comments

Comments
 (0)