Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@W-14913383 | Fix e2e pipeline #302

Merged
merged 3 commits into from
Jan 31, 2024
Merged

@W-14913383 | Fix e2e pipeline #302

merged 3 commits into from
Jan 31, 2024

Conversation

tarcang
Copy link
Contributor

@tarcang tarcang commented Jan 29, 2024

What does this PR do?

Trying to fix the e2e test

@W-14913383@

@tarcang tarcang changed the title Fix e2e pipeline @W-14913383 | Fix e2e pipeline Jan 29, 2024
Yuanchen-S
Yuanchen-S previously approved these changes Jan 30, 2024
@@ -1,61 +1,61 @@
name: e2e-tests

on:
pull_request:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are so many changes due to formatting, can u describe the actual change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kalagarraj Sure, thank you for asking. In the step "Auth Devhub" I have just changed

          echo ${{ env.DEVHUB_AUTH }} > authFile
          sf force auth sfdxurl store -f 'authFile'

to

          echo '${{ env.DEVHUB_AUTH }}' > authFile
          sf force auth sfdxurl store -f authFile

this fixed the inconsistency happened in some PR's where the authFile was not read correctly.

PR_NUMBER: ${{ github.event.pull_request.number }}
steps:
- name: Checkout

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something is not correct in new formatting... did u use any linter or IDE to reformat?

this new one has 8 spaces where as the old one had 4 spaces for indentation. I think u might consider moving back to 4 spaces for indentation

@tarcang tarcang merged commit 63b93be into develop Jan 31, 2024
10 of 11 checks passed
@tarcang tarcang deleted the tg/fix-e2e-pipeline branch January 31, 2024 19:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants