Skip to content

Commit

Permalink
fix(ci): Potential fix for sample apps failing to build
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Schoepp <[email protected]>
  • Loading branch information
calebschoepp committed Nov 5, 2024
1 parent c958d08 commit 87484cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sample-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
app: [cpu-load-gen, hello-world, outbound-http, variabletester, redis-sample, salutations]
app: [cpu-load-gen, hello-world, outbound-http, variabletester, redis-sample]
env:
IMAGE_NAME: ${{ github.repository }}

Expand All @@ -31,6 +31,8 @@ jobs:

- name: Install TinyGo
uses: acifani/setup-tinygo@v2
with:
tinygo-version: '0.33.0'

- name: Build and push versioned image
uses: fermyon/actions/spin/push@v1
Expand Down

0 comments on commit 87484cd

Please sign in to comment.