Skip to content

Commit e871e0c

Browse files
committed
fix tests
1 parent 0d7a4e0 commit e871e0c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,17 @@ jobs:
2626
- name: Run tests
2727
run: make test
2828

29-
- name: Deploy to Compute@Edge
30-
uses: fastly/compute-actions@v11
29+
- name: Set up Fastly CLI
30+
uses: fastly/compute-actions/setup@v11
31+
with:
32+
token: ${{ secrets.GITHUB_TOKEN }}
33+
34+
- name: Build Compute Package
35+
uses: fastly/compute-actions/build@v11
36+
with:
37+
verbose: true
38+
39+
- name: Deploy Compute Package
40+
uses: fastly/compute-actions/deploy@v11
3141
env:
3242
FASTLY_API_TOKEN: ${{ secrets.FASTLY_API_TOKEN }}

0 commit comments

Comments
 (0)