Skip to content

Commit

Permalink
fix: some adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
aliparsa-okta committed Mar 19, 2024
1 parent 49ad2bb commit 01e244a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,4 @@ jobs:
env:
APPLITOOLS_API_KEY: ${{ secrets.OKTA_474937 }}
APPLITOOLS_BATCH_ID: ${{ github.event.pull_request.head.sha }}
run: yarn workspace @okta/odyssey-storybook eyes-storybook -u ${{ env.URL_STORYBOOK }}
run: yarn workspace @okta/odyssey-storybook eyes-storybook --conf ./applitools.config.js -u ${{ env.URL_STORYBOOK }}
4 changes: 4 additions & 0 deletions packages/odyssey-storybook/applitools.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ const branchName = process.env.GITHUB_HEAD_REF;
const parentBranchName = process.env.GITHUB_BASE_REF;
const shortCommitHash = process.env.GITHUB_SHA.slice(0, 7);

console.log(branchName)
console.log(parentBranchName)
console.log(shortCommitHash)

module.exports = {
accessibilityValidation: {
level: "AA",
Expand Down

0 comments on commit 01e244a

Please sign in to comment.