Skip to content

Commit

Permalink
Generate lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Aug 10, 2024
1 parent 97736cb commit 6ffdad1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
- name: Install wasm-pack
uses: jetli/[email protected]

- name: Generate Cargo.lock file (for @uatp/template test)
if: ${{ matrix.packages.name == '@uatp/template' }}
working-directory: ${{ matrix.packages.directory }}/rust_backend
run: cargo generate-lockfile

- name: Cache WASM build (for @uatp/template test)
if: ${{ matrix.packages.name == '@uatp/template' }}
uses: actions/cache@v3
Expand Down

0 comments on commit 6ffdad1

Please sign in to comment.