mirror of
https://github.com/SrIzan10/util-utils.git
synced 2026-06-06 01:06:59 +00:00
chore: remove github actions and move to concourse
This commit is contained in:
19
.github/workflows/jest.yml
vendored
19
.github/workflows/jest.yml
vendored
@@ -1,19 +0,0 @@
|
||||
name: Jest
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Build project
|
||||
run: yarn build
|
||||
|
||||
- name: Run Jest
|
||||
run: yarn test
|
||||
@@ -5,6 +5,7 @@ resources:
|
||||
icon: github
|
||||
source:
|
||||
uri: https://github.com/srizan10/util-utils.git
|
||||
branch: main
|
||||
|
||||
- name: node-image
|
||||
type: registry-image
|
||||
Reference in New Issue
Block a user