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

feat: Add `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 | sudo 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