Skip to content

Commit

Permalink
updating cypress runner syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Mar 8, 2024
1 parent b4546b4 commit 9535116
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,16 @@ jobs:
LRS_PASSWORD: ${{ secrets.ADLNET_STAGING_LRS_PASSWORD }}
LRS_HOST_URL: ${{ secrets.ADLNET_STAGING_LRS_HOST_URL }}
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v6
with:
project: tests/cypress
working-directory: tests/cypress

conformance-testing:
runs-on: ubuntu-latest
environment: staging
needs:
- deploy-staging
env:
LRS_USERNAME: ${{ secrets.ADLNET_STAGING_LRS_USERNAME }}
LRS_PASSWORD: ${{ secrets.ADLNET_STAGING_LRS_PASSWORD }}
LRS_ENDPOINT: ${{ secrets.ADLNET_STAGING_LRS_ENDPOINT }}
steps:
- name: Setup NodeJS
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9535116

Please sign in to comment.