Skip to content

Commit

Permalink
Further pathing debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
antowaddle committed Dec 17, 2024
1 parent 50577cc commit 2b24021
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: [push, pull_request]
jobs:
CypressMockTests:
runs-on: ubuntu-latest
needs: Tests
strategy:
fail-fast: false
matrix:
Expand All @@ -28,6 +29,10 @@ jobs:
TEST_DIR="frontend/src/__tests__/cypress/cypress/tests/mocked"
echo "Checking for test files in $TEST_DIR"
# List contents of the parent directory to verify structure
echo "Listing contents of frontend/src/__tests__/cypress/cypress/tests:"
ls -la frontend/src/__tests__/cypress/cypress/tests/
if [ -d "frontend/src/__tests__/cypress/cypress/tests/mocked" ]; then
TEST_FILES=$(find frontend/src/__tests__/cypress/cypress/tests/mocked -name "*.cy.ts" | tr '\n' ',')
Expand Down

0 comments on commit 2b24021

Please sign in to comment.