Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Nov 18, 2024
1 parent ebbddd2 commit d121fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,12 +420,9 @@ jobs:
env:
TURBO_CACHE_DIR: .turbo/android
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/checkout@v4

- name: Turn on libsql
run: |
node ./scripts/turnOnLibsql.js
- run: node ./scripts/turnOnLibsql.js

- name: Setup
uses: ./.github/actions/setup
Expand Down
2 changes: 2 additions & 0 deletions scripts/turnOnLibsql.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ fs.writeFileSync(
'./example/package.json',
JSON.stringify(packageJson, null, 2)
);

console.log('Turned on libsql in package.json', packageJson);

0 comments on commit d121fb4

Please sign in to comment.