Delete .github/workflows/testing.yml

This commit is contained in:
gowridurgad 2024-07-09 10:57:18 +05:30 committed by GitHub
parent e832fe4ef4
commit 4fbb01e1bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,19 +0,0 @@
name: Testing
on:
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'npm'
- name: Install dependencies
run: npm install