Skip to content

Commit

Permalink
mail.yml - actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pranesh239 authored Feb 9, 2020
1 parent 2a5c695 commit 0098e07
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
- uses: ziishaned/jest-reporter-action@v0.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
test-command: "yarn test --coverage"

0 comments on commit 0098e07

Please sign in to comment.