Skip to content

Commit

Permalink
Update comp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anshamray authored Aug 26, 2024
1 parent 4f89f13 commit 37bb7e1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/comp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
path: heartsFolder/ # Cache the heartsFolder directory
key: ${{ runner.os }}-hearts-cache

- name: Run getHearts.sh script
run: |
chmod +x ./getHearts.sh
Expand All @@ -48,5 +48,11 @@ jobs:
- name: Install dependencies
run: npm install

- name: Print Directory Structure
run: |
echo "Printing the directory structure..."
find . -type d
find . -type f
- name: Run compatibility tests
run: npm run test:comp

0 comments on commit 37bb7e1

Please sign in to comment.