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

Fix CI #473

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
1cde200
Update snapshot test project dependenices.
dillonkearns Apr 29, 2024
5edd2b2
Update example package-lock file.
dillonkearns Apr 29, 2024
904bf89
Update package-lock file.
dillonkearns Apr 29, 2024
29df012
Update esbuild in example proejcts.
dillonkearns Apr 29, 2024
e664acb
Try include optional flag for CI.
dillonkearns Apr 29, 2024
dbd88ff
Try removing lamdera dev dependency since CI already installs it.
dillonkearns Apr 29, 2024
86b67d9
Try npm ci in test script.
dillonkearns Apr 29, 2024
d585e52
Try workaround for NPM bug by removing node_modules in CI script.
dillonkearns Apr 29, 2024
84ee783
Try adding rollup dependency for CI.
dillonkearns Apr 29, 2024
8e31f9c
Fix CI issue by using elm-review CLI instead of GH Action.
dillonkearns Apr 29, 2024
73171a0
Try removing MacOS binary from package-locks.
dillonkearns Apr 30, 2024
c9f84b6
Try using wasm rollup for GitHub CI.
dillonkearns Apr 30, 2024
ac5f01f
Update package-lock for wasm.
dillonkearns Apr 30, 2024
7068db7
Add optional dependency for rollup linux.
dillonkearns Apr 30, 2024
5fb1439
Update test script.
dillonkearns Apr 30, 2024
35dfb29
Install vite in routing project.
dillonkearns Apr 30, 2024
e86d4c9
Install wasm-node in routing project.
dillonkearns Apr 30, 2024
4e1c8b5
Remove wasm linux.
dillonkearns Apr 30, 2024
1ef759e
Try installing linux rollup in ci.
dillonkearns Apr 30, 2024
2fb2d49
Add rollup linux at top-level in script.
dillonkearns Apr 30, 2024
1962ceb
Try lowering vite dev version.
dillonkearns Apr 30, 2024
69eba8f
Update package-lock with esbuild.
dillonkearns Apr 30, 2024
1476e19
Try locking esbuild verison.
dillonkearns Apr 30, 2024
4a93f99
Update package-lock files.
dillonkearns Apr 30, 2024
1a3ae4a
Lock esbuild versions.
dillonkearns Apr 30, 2024
91365e1
Set dev version of esbuild.
dillonkearns Apr 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ jobs:
run: npx --no-install elm-tooling install
- name: Add elm-review, elm and elm-format to path
run: realpath node_modules/.bin >> $GITHUB_PATH
- uses: sparksp/elm-review-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: elm-review
run: npx elm-review
# - uses: sparksp/elm-review-action@v1
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build Generator
run: npm run build:generator
- name: Tests
Expand Down
Loading
Loading