Skip to content

Commit

Permalink
ci: switch dashmate tests to github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Nov 7, 2023
1 parent cdc6510 commit ca6ca45
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests-dashmate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ jobs:
dashmate-test:
name: Run Dashmate test
# TODO: Try with Github Runner, probably it will be the same time
runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
# runs-on: [ "self-hosted", "linux", "x64", "ubuntu-platform" ]
runs-on: ubuntu-22.04
timeout-minutes: 30
permissions:
id-token: write
contents: read
steps:
- name: Check out repo
uses: actions/checkout@v4
Expand All @@ -28,6 +32,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-region: ${{ vars.AWS_REGION }}
role-to-assume: ${{ vars.AWS_ROLE_TO_ASSUME }}

- name: Setup Node.JS
uses: ./.github/actions/nodejs
Expand Down

0 comments on commit ca6ca45

Please sign in to comment.