Skip to content

Commit

Permalink
Update ci-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 authored Apr 5, 2024
1 parent 81e2e9f commit 1d52a8b
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,24 +36,8 @@ jobs:
- name: Run unit tests (Failures Ignored)
run: npm run test:unit || echo "No unit tests found or other test errors, but continuing..."

- name: Prepare for E2E tests
run: |
# Add any setup steps required before running E2E tests. For example:
# - Starting up a test server
# - Setting up test databases
# - Configuring environment variables
echo "Environment setup for E2E tests..."
- name: Run E2E tests
run: npm run test:e2e
run: npm run test:e2e:dev

- name: Build
run: npm run build

- name: Teardown E2E Test Environment
run: |
# Add commands to stop the test server or perform other cleanup tasks. For example:
# - Stopping a local test server
# - Clearing test databases
# - Removing temporary files or configurations
echo "Tearing down E2E test environment..."

0 comments on commit 1d52a8b

Please sign in to comment.