Skip to content

Commit

Permalink
expanding cts syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Mar 8, 2024
1 parent efae2a2 commit b4546b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,4 @@ jobs:
run: |
cd lrs-conformance-test-suite
npm install
node ./bin/console_runner.js && \
--basicAuth && \
--authUser ${{ secrets.ADLNET_STAGING_LRS_USERNAME }} && \
--authPassword ${{ secrets.ADLNET_STAGING_LRS_PASSWORD }} && \
--endpoint ${{ secrets.ADLNET_STAGING_LRS_ENDPOINT }}
node ./bin/console_runner.js --basicAuth --authUser ${{ secrets.ADLNET_STAGING_LRS_USERNAME }} --authPassword ${{ secrets.ADLNET_STAGING_LRS_PASSWORD }} --endpoint ${{ secrets.ADLNET_STAGING_LRS_ENDPOINT }}

0 comments on commit b4546b4

Please sign in to comment.