Skip to content
Snippets Groups Projects
Commit 677604d8 authored by Griefed's avatar Griefed :joystick:
Browse files

feat: Add `act`(https://github.com/nektos/act) to image to allow for GitHub...

feat: Add `act`(https://github.com/nektos/act) to image to allow for GitHub workflow runs even though we are not on GitHub :-]
parent e0ce147e
No related branches found
No related tags found
1 merge request!17feat: Add `act` to image to allow for GitHub workflow runs even though we are not on GitHub :-]
......@@ -71,6 +71,8 @@ RUN \
echo "**** Installing quasar ****" && \
npm install -g \
@quasar/cli && \
echo "**** Installing act ****" && \
curl https://raw.githubusercontent.com/nektos/act/b23bbefc365012886192e477a88d38a0909ecba1/install.sh | bash && \
echo "**** Cleanup ****" && \
rm -rf \
/var/cache/apk/* \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment