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

gh-actions: fix workflow syntax #270

Merged

Conversation

diegodelemos
Copy link
Member

@ParthS007 ParthS007 self-assigned this Dec 10, 2020
- search-service: es7
db-service: mysql8
COOKIECUTTER_DATAMODEL: None
- search-service: elasticsearch6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major:

Suggested change
- search-service: elasticsearch6
- es-service: elasticsearch6

@diegodelemos diegodelemos force-pushed the gh-fix-syntax-error branch 4 times, most recently from 75ab411 to 27776dd Compare December 10, 2020 16:48
docker --version
docker-compose --version
if [ ${E2E} == 'yes' ] && [ ! -f $HOME/webdrivers/chromedriver ]; then wget https://chromedriver.storage.googleapis.com/2.31/chromedriver_linux64.zip -P $HOME/webdrivers; unzip -d $HOME/webdrivers $HOME/webdrivers/chromedriver_linux64.zip; fi
nvm install 14.0.0; nvm use 14.0.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can use something like setup-node action instead (untested)?

@diegodelemos diegodelemos force-pushed the gh-fix-syntax-error branch 5 times, most recently from e7ac79a to d13b3f8 Compare December 11, 2020 11:06
@diegodelemos
Copy link
Member Author

Problem with tests hanging waiting for services documented in #272.

Work left to make E2E tests work documented in #273.

@diegodelemos diegodelemos merged commit 7d09414 into inveniosoftware:master Dec 11, 2020
@diegodelemos diegodelemos deleted the gh-fix-syntax-error branch December 11, 2020 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gh-actions: wrong workflow syntax
3 participants