Skip to content

Commit

Permalink
fix(tests): ensure RAD_HOME is correctly set for pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Yorgos Saslis <[email protected]>
  • Loading branch information
gsaslis committed Jan 18, 2024
1 parent 476951c commit 492c903
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/end-to-end-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,13 @@ jobs:
run: |
sh <(curl -sSf https://radicle.xyz/install)
echo "${RAD_HOME}/bin" >> $GITHUB_PATH
echo "RAD_HOME=${{ github.workspace }}/.radicle" >> $GITHUB_ENV
- name: Create New Radicle Identity
env:
RAD_HOME: ${{ github.workspace }}/.radicle
run: |
RAD_PASSPHRASE="" rad auth --alias test_user
- name: Start Radicle Node and http API
env:
RAD_HOME: ${{ github.workspace }}/.radicle
run: |
RAD_PASSPHRASE="" rad node start &
echo "allowing node to start up..."
Expand All @@ -63,8 +60,6 @@ jobs:
- name: Create a new Radicle Repository
id: radicle-init
env:
RAD_HOME: ${{ github.workspace }}/.radicle
run: |
mkdir ${{ github.workspace }}/a_blog
cd ${{ github.workspace }}/a_blog
Expand Down Expand Up @@ -113,7 +108,6 @@ jobs:
env:
RADICLE_REPO: ${{ github.workspace }}/a_blog
PROJECT_PATH: ${{ github.workspace }}/a_blog
RAD_HOME: ${{ github.workspace }}/.radicle
RAD_PATH: ${{ github.workspace }}/.radicle/bin/rad
working-directory: ${{ github.workspace }}/radicle-jetbrains-plugin
run: ${{ matrix.runTests }}
Expand Down

0 comments on commit 492c903

Please sign in to comment.