Skip to content

Commit

Permalink
Update codeceptjs (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jun 23, 2023
1 parent 87d63e7 commit 1febae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ defaults: &defaults
- run:
name: Run tests
command: |
docker create --network host --name tester codeception/codeceptjs codeceptjs run-multiple --all --steps
docker create --network host --name tester codeceptjs/codeceptjs codeceptjs run-multiple --all --steps
docker cp $(pwd)/lock_login_test.js tester:/tests/lock_login_test.js
docker cp $(pwd)/codecept.conf.js tester:/tests/codecept.conf.js
docker start -i tester
Expand Down

0 comments on commit 1febae5

Please sign in to comment.