mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-03-10 07:42:24 -05:00
Demonstration workflow that compiles a react APK and tests it on browserstack #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Denubis on GitHub (Nov 12, 2020).
Hi folks,
I'm fairly happy with a small proof of concept I put together tying together many github actions: https://github.com/FAIMS/FAIMS3-Elaboration-GithubActions-Capacitor-React
It compiles an deb and apk from React+Capacitor, runs curl (and deals with parsing and passing output around), and runs tests on browserstack. Many of the demo scripts I saw around were a little too trivial and didn't demonstrate information passing. Hopefully this helps some folks.
Is it worth turning this into a pull request? Which category do you think this belongs best in, external tools?
Cheers,
-Brian