Skip to content

Commit

Permalink
updating actions config for cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Mar 8, 2024
1 parent 3240468 commit cb8f511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ jobs:
cypress-testing:
name: Cypress run
runs-on: ubuntu-22.04
env:
LRS_USERNAME: ${{ secrets.ADLNET_STAGING_LRS_USERNAME }}
LRS_PASSWORD: ${{ secrets.ADLNET_STAGING_LRS_PASSWORD }}
LRS_ENDPOINT: ${{ secrets.ADLNET_STAGING_LRS_ENDPOINT }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cb8f511

Please sign in to comment.