Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Emterry committed Dec 4, 2024
1 parent d0da49b commit 86e7a0c
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand Down

0 comments on commit 86e7a0c

Please sign in to comment.