Skip to content

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-alt-lulz committed Jan 30, 2024
1 parent 0af9821 commit 95d1298
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/load_simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Login to Docker Registry
run: docker login -u zeusfyi -p ${{ secrets.DOCKER_ACCESS_TOKEN }}

- name: Clone external repos into workspace
run: |
mkdir -p apps/external
cd apps/external
git clone https://github.com/zeus-fyi/web3.git --branch master --single-branch
- name: Build And Publish Zeusfyi Load Simulator
run: |
depot build \
Expand Down

0 comments on commit 95d1298

Please sign in to comment.