Skip to content

Commit

Permalink
fix: fix ci by creating an empty dev.env file
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Oct 27, 2023
1 parent 3b6456c commit 1ef58df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci-iov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
run: |
echo ZKSYNC_HOME=$(pwd) >> $GITHUB_ENV
echo $(pwd)/bin >> $GITHUB_PATH
# dev.env file is required before running zk init
- name: create-empty-dev-file
run: |
touch $ZKSYNC_HOME/etc/env/dev.env
- name: start-services
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
dev-ticker:
image: "rsksmart/rollup-dev-ticker:1.1.2-beta"
env_file:
- ./etc/env/${ZKSYNC_ENV-deploy}.env # default to deploy instead of dev.env, since dev.env is not versioned
- ./etc/env/dev.env
- ./etc/env/docker.env
environment:
- ZKSYNC_HOME=/
Expand Down

0 comments on commit 1ef58df

Please sign in to comment.