Skip to content

Commit

Permalink
readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
jktjia committed Dec 5, 2024
1 parent 944f7f5 commit f83f141
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,14 @@ First setup your machine or your teammate's machine to be the self hosted runner

Answer the following questions:

1. What does the __runs-on__ string
1. What does the __runs-on__ string
It defines what label runners need to have for the workflow to run using that runner.

2. In `main.yml`, on which branch do the jest tests run when a push to main branch is made?
The tests run in the main branch.

3. In `main.yml`, on which branch do the jest tests run when a pull request is submitted to the deploy branch?
The tests run on the deploy branch

Next, create a new workflow yml file that captures the following continuous integration requirement:

Expand Down

0 comments on commit f83f141

Please sign in to comment.