Skip to content

Commit

Permalink
fixing cts syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Mar 8, 2024
1 parent 1c68683 commit efae2a2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
project: ${{ secrets.ADLNET_STAGING_PROJECT_DIR }}/tests/cypress
project: tests/cypress

conformance-testing:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -77,8 +77,8 @@ jobs:
run: |
cd lrs-conformance-test-suite
npm install
node ./bin/console_runner.js
--basicAuth \
--authUser $LRS_ADMIN_USER \
--authPassword $LRS_ADMIN_PASS \
--endpoint "$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 efae2a2

Please sign in to comment.