Delete .github/workflows/testing.yml

This commit is contained in:
gowridurgad 2024-07-09 14:38:38 +05:30 committed by GitHub
parent ad4217780d
commit 64acd8a912
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