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

Tweak workflows with respect to playwright tests #1357

Merged
merged 4 commits into from
Mar 28, 2022

Conversation

megahirt
Copy link
Collaborator

@megahirt megahirt commented Mar 23, 2022

This PR tweaks the pull-request and integrate-and-deploy workflows.

Tweaks in this PR:

  • update VS Code workspace recommendation to reflect a package name change
  • remove --with-deps from npx playwright install because it's appears unnecessary and is slower
  • move to use npm ci since we're on CI - it seems to be the recommended thing to do
  • add playwright tests to integrate-and-deploy workflow

A future TODO could be to restructure the integrate and deploy such that it is generic enough to be used in the PR workflow. These two workflows are increasingly performing the same function.

Note: The changes to integrate-and-deploy won't actually be tested until this PR is merged. If there's a problem with my change I'll either follow up with another PR or make a change directly on develop.

Checklist

  • I have performed a self-review of my own code
  • I have reviewed the title/description of this PR which will be used as the squashed PR commit message
  • I have commented my code, particularly in hard-to-understand areas

@github-actions
Copy link

github-actions bot commented Mar 23, 2022

Unit Test Results

    1 files      1 suites   12s ⏱️
373 tests 373 ✔️ 0 💤 0

Results for commit 20e60a7.

♻️ This comment has been updated with latest results.

change the name of the PHP extension per VSCode extension name change in the marketplace (error in VSCode)
- moved to using a compound run statement in both yml files
- had to shift around the working directory a bit
@megahirt megahirt merged commit 00d1bab into develop Mar 28, 2022
@megahirt megahirt deleted the chore/workflowTweaks branch March 28, 2022 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants