Skip to content

Commit

Permalink
Update GHA to account for test.cfg.example move
Browse files Browse the repository at this point in the history
oops
  • Loading branch information
MrCreosote committed Jan 13, 2025
1 parent 6fb3d26 commit 9f3977d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,9 @@ jobs:
# set up test config
cd $HOMEDIR
# TODO TEST move to root dir
cp test_scripts/test.cfg.example test_scripts/test.cfg
sed -i "s#^test.token=.*#test.token=$KBASE_CI_TOKEN#" test_scripts/test.cfg
sed -i "s#^test.token2=.*#test.token2=$KBASE_CI_TOKEN2#" test_scripts/test.cfg
cp test.cfg.example test.cfg
sed -i "s#^test.token=.*#test.token=$KBASE_CI_TOKEN#" test.cfg
sed -i "s#^test.token2=.*#test.token2=$KBASE_CI_TOKEN2#" test.cfg
- name: Run tests
shell: bash
Expand Down

0 comments on commit 9f3977d

Please sign in to comment.