Skip to content

Commit

Permalink
chore: fix ampToken env
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 committed Oct 10, 2024
1 parent 7c4001a commit 9068719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/accessibility-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sleep 10
cd tests/integration
npm ci && ACC_AMP_TOKEN=ACC_AMP_TOKEN npm run "test:accesibility"
npm ci && ACC_AMP_TOKEN=$ACC_AMP_TOKEN npm run "test:accesibility"
- name: Uploads artifacts
uses: actions/upload-artifact@v4
if: ${{ always() }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ context('Accessibility test Namespace overview', () => {
it('Acc test namespace overview', () => {
cy.loginAndSelectCluster();

// cy.url().should('match', /overview$/);
cy.url().should('match', /overview$/);

cy.createNamespace('acc-test-namespace');

Expand Down

0 comments on commit 9068719

Please sign in to comment.