Skip to content

Commit

Permalink
Bring back checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Oct 18, 2024
1 parent 510222c commit 84afc08
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/bundle_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
- "34-Throw-it-in-a-box!"
permissions:
pull-requests: write
name: 🌱 Apply, Build, Deploy 🌿
name: Build Test 🧐
jobs:
TF-Apply:
name: 🏗️ Apply Infra
Expand Down Expand Up @@ -48,7 +48,9 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
needs: ["TF-Apply"]
steps:
- name: Set up Docker Buildx and Checkout
- name: Check Out
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit 84afc08

Please sign in to comment.