Skip to content

Commit

Permalink
fix: remove env from github job
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Sep 20, 2023
1 parent 0666411 commit ac0be9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ jobs:
uses: actions/checkout@v2

- name: test
env:
SYNAPSE_BOT_NAME: "BotNameGoesHere"
SYNAPSE_BOT_PASSWORD: "BotPasswordGoesHere"
run: |
cp CI/ESS/docker-compose.test.yaml docker-compose.yaml
docker-compose down --remove-orphans
Expand Down

0 comments on commit ac0be9d

Please sign in to comment.