Skip to content

Commit

Permalink
Update Tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfahan authored Jun 6, 2021
1 parent 3730803 commit 2bdcffc
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
name: Tests
name: Test Build

on: [push, pull_request]

jobs:

test:
Test:
runs-on: ubuntu-latest

steps:
- name: clone repository
uses: actions/checkout@v2

- name: Node installation
uses: actions/[email protected]
with:
node-version: '12'
- name: Install Dependencies
run: yarn

- name: dependencies installation
run: yarn install

- name: Running Tests
- name: Running Test
run: yarn test

0 comments on commit 2bdcffc

Please sign in to comment.