Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Abderrahim AZIME committed Jul 20, 2023
1 parent 8784bb1 commit da5bac8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
credentials:
name: Init credentials
runs-on: [self-hosted, corefront, sandbox]
container-user-id: 1000
outputs:
aws_token: ${{ steps.ecr_token.outputs.token }}
steps:
Expand All @@ -28,6 +29,7 @@ jobs:
checks:
runs-on: [self-hosted, corefront, sandbox]
container-user-id: 1000
needs: credentials
container:
image: 162230498103.dkr.ecr.eu-west-1.amazonaws.com/mutable-debian11_dev:latest
Expand Down Expand Up @@ -63,6 +65,7 @@ jobs:

debug:
runs-on: [self-hosted, corefront, sandbox]
container-user-id: 1000
needs: [credentials, checks]
steps:
- name: force chown to avoid errors
Expand Down Expand Up @@ -90,6 +93,7 @@ jobs:

precommit:
runs-on: [self-hosted, corefront, sandbox]
container-user-id: 1000
needs: [credentials, debug, checks]
container:
image: 162230498103.dkr.ecr.eu-west-1.amazonaws.com/mutable-debian11_dev:latest
Expand Down Expand Up @@ -140,6 +144,7 @@ jobs:
build:
runs-on: [self-hosted, corefront, sandbox]
container-user-id: 1000
needs: [credentials, checks,debug, precommit]
strategy:
fail-fast: false
Expand Down

0 comments on commit da5bac8

Please sign in to comment.