Skip to content

Commit

Permalink
chore: rewrite test workflow
Browse files Browse the repository at this point in the history
The motivation for this is improve the speed at which the CI tasks
complete in the Pact-JS repository. This hopefully achieves this by
having more parallel builds which are each smaller and cached.

I have also reduced the reliance on the scripts as it appeared to me
that they duplicate a number of steps. These duplications are justified
when running locally to ensure all previous steps are run, but in CI it
likely results in longer runs thhan necessary.

Signed-off-by: JP-Ellis <josh@jpellis.me>
  • Loading branch information
JP-Ellis committed Dec 16, 2024
1 parent 0b15d4e commit 7074fbe
Show file tree
Hide file tree
Showing 51 changed files with 6,020 additions and 11,628 deletions.
123 changes: 0 additions & 123 deletions .github/workflows/build-and-test.yml

This file was deleted.

Loading

0 comments on commit 7074fbe

Please sign in to comment.