https://github.com/smashedr/test-action
TESTING ONLY
https://github.com/smashedr/test-action
Last synced: 8 months ago
JSON representation
TESTING ONLY
- Host: GitHub
- URL: https://github.com/smashedr/test-action
- Owner: smashedr
- Created: 2025-02-12T06:25:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-24T18:04:55.000Z (about 1 year ago)
- Last Synced: 2025-04-13T19:50:27.353Z (about 1 year ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://github.com/smashedr/test-action/actions/workflows/test.yaml)
[](https://github.com/smashedr/test-action/graphs/commit-activity)
[](https://github.com/smashedr/test-action)
[](https://cssnr.github.io/)
[](https://discord.gg/wXy6m2X8wY)
# Test Action
> [!CAUTION]
> THIS IS FOR TESTING ONLY!
For action templates, see:
- https://github.com/smashedr/js-test-action
- https://github.com/smashedr/ts-test-action
- https://github.com/smashedr/py-test-action
# Development
1. Install `act`: https://nektosact.com/installation/index.html
2. Run `npm run build:watch`
3. In another terminal, run `act -j test`
Alternatively, to run from source, change `main` in [action.yml](action.yml) to `src/index.js` and
run: `act -j test --use-gitignore=false`
For advanced using with things like secrets, variables and context see: https://nektosact.com/usage/index.html
You should also review the options from `act --help`
Note, the `.env`, `.secrets` and `.vars` files are automatically sourced with no extra options.
To source `event.json` you need to run act with `act -e event.json`