Skip to content

Commit

Permalink
Update test_build_deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooksCunningham authored Jan 22, 2025
1 parent 771bbb1 commit d8e7fc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_build_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Rust toolchain
uses: dtolnay/[email protected]
with:
target: wasm32-wasi # WebAssembly target
- name: Set up Fastly CLI
uses: fastly/compute-actions/setup@v6
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build Compute@Edge Package
uses: fastly/compute-actions/build@v11
- name: Run local Compute # skips the build process
Expand Down

0 comments on commit d8e7fc7

Please sign in to comment.