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

CI/CD Fix unit test workflow #441

Closed
wants to merge 33 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
89d0f35
Temporarily disable failing unit tests
Splines Mar 30, 2023
924f11d
Improve unit test workflow file
Splines Mar 31, 2023
ed93616
Ignore buildable images on docker compose pull
Splines Mar 31, 2023
5625d77
Revert "Temporarily disable failing unit tests"
Splines Apr 10, 2023
9f2e768
Fix failing unit tests by precompiling assets
Splines Apr 10, 2023
87d6ed6
Run docker commands in new containers
Splines Apr 11, 2023
0919f81
Fix infinite GitHub actions running
Splines Apr 11, 2023
eeaf5c8
Try to change order of rake tasks
Splines Apr 11, 2023
4a00816
Try splitting rake tasks into two separate commands
Splines Apr 11, 2023
ed7cefb
Fix wrong indentation
Splines Apr 11, 2023
986842b
Run yarn install before assets:precompile
Splines Apr 11, 2023
5e158c5
Try out pipeline without docker caching
Splines Apr 11, 2023
7c16b1d
Add webpacker as dev dependency
Splines Apr 11, 2023
59a3383
Let workflow timeout after 20min
Splines Apr 11, 2023
3eaa756
Install frontend dev dependencies in docker
Splines Apr 11, 2023
dd16925
Remove unnecessary dev dependencies
Splines Apr 11, 2023
6628197
Remove unneeded packages in yarn lock
Splines Apr 11, 2023
1cd37f9
Use docker compose file under run_tests folder
Splines Apr 18, 2023
380df26
Try using rails CLI instead of rake
Splines Apr 18, 2023
bbd305a
Revert to rake CLI
Splines Apr 18, 2023
4927cca
Comment out entry point
Splines Apr 18, 2023
bbeb840
Revert dev Dockerfile yarn installation
Splines Apr 18, 2023
9e07799
Explicitly install webpacker
Splines Apr 18, 2023
f55f848
Install yarn packages with docker for tests
Splines Apr 19, 2023
74fe6cc
Remove rake webpacker:install
Splines Apr 19, 2023
1152257
Explicitly use "yarn install" in Dockerfile
Splines Apr 19, 2023
d892237
Try again to also install webpacker via rake
Splines Apr 19, 2023
dfb1a61
Upgrade Node to v20 for unit tests
Splines Apr 21, 2023
bf4c13c
Remove explicit "yarn install" in Dockerfile
Splines Apr 21, 2023
fc9fcd7
Run "bundle exec rails webpacker:install" in dockerfile
Splines Apr 21, 2023
5543196
Use webpacker:compile in dockerfile
Splines Apr 21, 2023
db541f0
Add yarn install before webpack install/compile
Splines Apr 21, 2023
f395931
Use Node v18
Splines Apr 21, 2023
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
Prev Previous commit
Next Next commit
Remove unnecessary dev dependencies
Splines committed Apr 11, 2023

Verified

This commit was signed with the committer’s verified signature.
Splines Splines
commit dd169252d42dba740d9d3e0e58b356a2dab4a144
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -20,9 +20,5 @@
},
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"cypress": "9.5.1",
"@rails/webpacker": "5.4.3"
}
}