Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #345 from gluestack/fix/removed-test-case
Browse files Browse the repository at this point in the history
fix: removed testcase
  • Loading branch information
Viraj-10 authored Aug 25, 2023
2 parents 168aebc + 0d65e21 commit ca0932c
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: "Unit test"
run-name: "Unit Test"
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# name: 'Unit test'
# run-name: 'Unit Test'
# on: [pull_request]
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2

- uses: actions/setup-node@v3
with:
node-version: 16.x
# - uses: actions/setup-node@v3
# with:
# node-version: 16.x

- name: Print Repo Name
run: echo ${{ github.event.client_payload.message.repo }}
# - name: Print Repo Name
# run: echo ${{ github.event.client_payload.message.repo }}

- name: Install Dependencies
run: yarn
- name: Run Tests
run: yarn test
# - name: Install Dependencies
# run: yarn

# - name: Run Tests
# run: yarn test

0 comments on commit ca0932c

Please sign in to comment.