Skip to content

Commit

Permalink
test(examples): goth ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 19, 2023
1 parent 79cf8c1 commit 9ca29d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goth-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
sudo apt-get install -y build-essential
npm install
npm run build
npm install --prefix examples
npm install ts-node
- name: Configure python
Expand All @@ -55,7 +56,6 @@ jobs:
rm -rf ../goth/assets
python -m goth create-assets ../goth/assets
sed -Ezi 's/(use\-proxy:\s)(True)/\1False/mg' ../goth/assets/goth-config.yml
sed -Ezi 's/(use\-prerelease:\s)(false)/\1true\n release-tag: "0.13.0-rc10"/mg' ../goth/assets/goth-config.yml
sed -i '/^ router:/a \ \ \ \ \ \ \ \ environment:\n \ \ \ \ \ \ \ \ \ \ - YAGNA_AUTOCONF_APPKEY=try_golem' ../goth/assets/docker/docker-compose.yml
- name: Install websocat and sshpass
Expand Down

0 comments on commit 9ca29d4

Please sign in to comment.