diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3b35e62..5cea8531 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ permissions: {} jobs: test: - runs-on: [self-hosted, management-ecr] + runs-on: ubuntu-latest env: LOGS_BUCKET_NAME: moj-analytics-s3-logs steps: @@ -27,19 +27,6 @@ jobs: version: latest endpoint: builders - # - name: Configure AWS credentials - # uses: aws-actions/configure-aws-credentials@v1 - # with: - # aws-region: eu-west-1 - # role-to-assume: arn:aws:iam::593291632749:role/github-actions-management-ecr - # role-duration-seconds: 1200 - - # - name: Login to Amazon ECR - # id: login-ecr - # uses: aws-actions/amazon-ecr-login@v1 - # with: - # registries: 593291632749 - - name: Prep Tags id: prep run: |