Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,3 @@ jobs:

- name: Test
run: npm test

integration-test:
runs-on: ubuntu-latest
needs: build-test
steps:
- uses: actions/checkout@v7

- name: Use Node.js
uses: actions/setup-node@v7
with:
node-version: 24
cache: npm

- name: Install dependencies
run: npm ci

- name: Integration test
env:
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
run: |
if [ -z "${COPILOT_GITHUB_TOKEN:-}" ]; then
echo "Skipping integration tests: COPILOT_GITHUB_TOKEN is not available."
else
npm run test:integration
fi
Loading