Skip to content

Commit

Permalink
renaming url vars
Browse files Browse the repository at this point in the history
  • Loading branch information
adl-trey committed Mar 8, 2024
1 parent cb8f511 commit 7dfbf7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
env:
LRS_USERNAME: ${{ secrets.ADLNET_STAGING_LRS_USERNAME }}
LRS_PASSWORD: ${{ secrets.ADLNET_STAGING_LRS_PASSWORD }}
LRS_ENDPOINT: ${{ secrets.ADLNET_STAGING_LRS_ENDPOINT }}
LRS_HOST_URL: ${{ secrets.ADLNET_STAGING_LRS_HOST_URL }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -141,4 +141,4 @@ jobs:
--basicAuth \
--authUser $LRS_ADMIN_USER \
--authPassword $LRS_ADMIN_PASS \
--endpoint "$LRS_ENDPOINT/xAPI
--endpoint "$LRS_ENDPOINT
2 changes: 1 addition & 1 deletion tests/cypress/cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { defineConfig } = require('cypress');
module.exports = defineConfig({
e2e: {
specPattern: 'e2e/*.cy.{js,jsx,ts,tsx}',
baseUrl: process.env.LRS_HOSTNAME,
baseUrl: process.env.LRS_HOST_URL,
experimentalStudio: true
},
env: {
Expand Down

0 comments on commit 7dfbf7e

Please sign in to comment.