Skip to content

Commit

Permalink
Fixed CI workflow, to just be a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
PromishKandel committed Dec 28, 2024
1 parent d3bc90d commit e995fdd
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/Integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,13 @@ on:
- main

jobs:
test:
name: Run Tests
placeholder:
name: Placeholder CI
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '16'

- name: Install Dependencies
run: npm install

- name: Run Tests
run: npm test
- name: Placeholder Step
run: echo "No code to test yet. Placeholder CI workflow executed successfully."

0 comments on commit e995fdd

Please sign in to comment.