Skip to content

Commit

Permalink
ci(e2e): remove gatsby development server test (#6084)
Browse files Browse the repository at this point in the history
**What's the problem this PR addresses?**

The Gatsby development server test has been timing out in the CI for
months now, though it passes locally.

**How did you fix it?**

Disable to so we notice when the build stops working.

**Checklist**
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.
  • Loading branch information
merceyz committed May 8, 2024
1 parent a0fb69f commit 866e929
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/e2e-gatsby-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ jobs:
# Test production build
yarn build
# Test development server (which includes development only loaders like eslint-loader)
# Redirect the output to log.txt and check if it contains "ERROR #"
yarn dlx start-server-and-test "yarn start > log.txt 2>&1" :8000 "! cat log.txt | grep \"ERROR #\""

0 comments on commit 866e929

Please sign in to comment.