Skip to content

Commit

Permalink
qwe
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Mar 27, 2023
1 parent dc126c1 commit ac300ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
- equal: [ *centos7-executor, << parameters.os >> ]
- equal: [ *centos7-1000-executor, << parameters.os >> ]
steps:
- run: yum install -y centos-release-scl rh-nodejs6
- run: yum install -y centos-release-scl
- run: yum install -y rh-nodejs6
- run: scl enable rh-nodejs6 "./tests/ui/runtests.sh --headless --log-junit ~/phpunit"
- run:
name: 'Run SSO Tests'
Expand Down

0 comments on commit ac300ce

Please sign in to comment.