diff --git a/.github/workflows/Integration.yml b/.github/workflows/Integration.yml index 97a2370..cdb1c56 100644 --- a/.github/workflows/Integration.yml +++ b/.github/workflows/Integration.yml @@ -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."