mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-28 14:26:27 +08:00
Update test workflow to use the git ssh key
This commit is contained in:
parent
ebfeadfafa
commit
f3f86e904f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -41,6 +41,8 @@ jobs:
|
|||
run: mix compile --warnings-as-errors
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
env:
|
||||
TEST_GIT_SSH_KEY: ${{ secrets.TEST_GIT_SSH_KEY }}
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
@ -105,6 +107,8 @@ jobs:
|
|||
run: mix deps.get
|
||||
- name: Run tests
|
||||
run: mix test
|
||||
env:
|
||||
TEST_GIT_SSH_KEY: ${{ secrets.TEST_GIT_SSH_KEY }}
|
||||
- name: Build the app
|
||||
run: bash .github/scripts/app/build_windows.sh
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue