Skip to content
This repository has been archived by the owner on Nov 4, 2021. It is now read-only.

add a GitHub Action to test basic functionality #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hamirmahal
Copy link

This pull request adds a GitHub Action to automate testing of basic actions, like

cd tools
npm install
npm run s1 && npm run s2 && npm run s3 && npm run s4 # Build custom plugins.
node generator.js -t all
cd .. # change back to reach-developer-portal

as mentioned in README.md, anytime there's a push to a branch on this repository, I think.

It doesn't do anything really fancy like visiting pages such as http://localhost:8080.

@hamirmahal hamirmahal force-pushed the infra/add-basic-automatic-GitHub-Action-test branch 2 times, most recently from ff9d348 to 11de2c9 Compare October 13, 2021 23:36
@hamirmahal hamirmahal force-pushed the infra/add-basic-automatic-GitHub-Action-test branch from 11de2c9 to e0f90bd Compare October 13, 2021 23:40
@hamirmahal hamirmahal force-pushed the infra/add-basic-automatic-GitHub-Action-test branch from 4dcaa00 to e1b7319 Compare October 13, 2021 23:59
@hamirmahal hamirmahal force-pushed the infra/add-basic-automatic-GitHub-Action-test branch from ad2511d to c731192 Compare October 14, 2021 00:11
@hamirmahal hamirmahal self-assigned this Oct 14, 2021
@hamirmahal hamirmahal added the enhancement New feature or request label Oct 14, 2021
@jeapostrophe
Copy link
Contributor

FWIW, we generally use CircleCI and we're going to be integrating this repo into reach-lang

@hamirmahal
Copy link
Author

Ah, okay. I understand.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants