Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-gomez-fastly committed Jan 30, 2025
1 parent f734de0 commit ea1acc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pr_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,15 @@ jobs:
TEST_COMPUTE_INIT: true
TEST_COMPUTE_BUILD: true
TEST_COMPUTE_DEPLOY: true
- name: "Create Build"
run: make build
shell: bash
- name: "Upload Build"
uses: actions/upload-artifact@v4
with:
name: fastly-cli-build-${{ github.sha }}
path: fastly

docker-builds:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ea1acc8

Please sign in to comment.