Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
Now adding it to the correct place. (issue actions/checkout#1809)
  • Loading branch information
0x400080 committed Jul 10, 2024
1 parent 94f3330 commit cf23e44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Run Tests

on: pull_request

env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
run_tests:
name: Run Tests
Expand All @@ -14,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install system dependencies
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
run: |
echo "deb http://archive.debian.org/debian stretch main contrib non-free" > /etc/apt/sources.list
apt update -y
Expand Down

0 comments on commit cf23e44

Please sign in to comment.