Skip to content

Commit

Permalink
Added new media directories
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Apr 27, 2024
1 parent a7fa6e3 commit ba39fe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,6 @@ jobs:
with:
time: 10s

- name: Create a videos directory
run: mkdir -p videos

- name: Run the tests
run: npm run test

Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Don't ignore any .gitignore files in any location
!.gitignore

# Add the auto-generated docs to .gitignore as the same are created by GitHub actions
docs/Schema.md
docs/schema.json
Expand Down Expand Up @@ -28,9 +31,6 @@ logs/*
!logs/README.md
*.log

# Don't ignore any .gitignore files in any location
!.gitignore

# Added as the documentation only refers to npm, not yarn and pnpm.
yarn.lock
pnpm-lock.yaml
Expand Down

0 comments on commit ba39fe7

Please sign in to comment.