Skip to content

Commit

Permalink
Try an e2e build.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Mar 29, 2024
1 parent 219845d commit 73e98b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-and-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
options: --privileged

steps:
- name: Git clone
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref }}

- name: Build the package
working-directory: packages/${{ inputs.package-name }}
env:
Expand Down

0 comments on commit 73e98b8

Please sign in to comment.