Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielgomesp authored Jan 23, 2024
1 parent 9535e77 commit 8b294c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# This is the job for merge requests
mergeRequest:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand All @@ -30,3 +30,10 @@ jobs:
run: |
echo I am running npm run test,
echo wow, everything is passing so far.
# This is the job for deploying
deploy:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: echo I am installing stuff with npm install...

0 comments on commit 8b294c2

Please sign in to comment.