From efae2a253adbf5e27e45e03dfa45cfa98cbcc029 Mon Sep 17 00:00:00 2001 From: Trey Date: Fri, 8 Mar 2024 16:43:25 -0500 Subject: [PATCH] fixing cts syntax --- .github/workflows/cicd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 31a603aa..32d9c39f 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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 @@ -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 }}