Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
fredex42 committed Mar 17, 2024
1 parent 2920961 commit 12b03a2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gnm-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup JDK
uses: actions/setup-java@v3
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down Expand Up @@ -135,6 +135,7 @@ jobs:
name: Build infrastructure definition from CDK
working-directory: cdk

- run: ls -lh articfacts
- uses: guardian/actions-riff-raff@v4
with:
roleArn: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }}
Expand All @@ -145,7 +146,7 @@ jobs:
concierge-graphql:
- artifacts/backend-deb/concierge-graphql_0.1.0_all.deb
graphiql-explorer:
- artifacts/explorer/build
- artifacts/explorer
cloudformation:
- cdk/cdk.out/ConciergeGraphql-PROD-AARDVARK.template.json
- cdk/cdk.out/ConciergeGraphql-CODE-AARDVARK.template.json
Expand Down

0 comments on commit 12b03a2

Please sign in to comment.