Skip to content

Commit

Permalink
remove --frozen-lockfile in solana-native.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYJLiu committed May 7, 2024
1 parent 438aec8 commit 89fb4f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/solana-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Native

on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"
push:
branches:
- main
pull_request:
types: [ opened, synchronize, reopened ]
types: [opened, synchronize, reopened]
branches:
- main

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
Testing $projectDir
********"
cd $projectDir
pnpm install --frozen-lockfile
pnpm install
if (cargo build-sbf --manifest-path=./program/Cargo.toml --sbf-out-dir=./tests/fixtures && pnpm test); then
echo "Tests succeeded for $projectDir."
else
Expand Down

0 comments on commit 89fb4f9

Please sign in to comment.