chore: remove github actions and move to concourse

This commit is contained in:
2023-11-11 19:37:59 +01:00
parent 5e4fd2ba85
commit 27ebb00fc0
2 changed files with 1 additions and 19 deletions

View File

@@ -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

View File

@@ -5,6 +5,7 @@ resources:
icon: github
source:
uri: https://github.com/srizan10/util-utils.git
branch: main
- name: node-image
type: registry-image