Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redrainl authored May 16, 2024
1 parent a657bf5 commit 915778e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Daily Job
name: test

on:
workflow_dispatch:
Expand All @@ -10,14 +10,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y yt-dlp sed netcat

- name: Run Multitest Script
working-directory: iptv/speedtest
#working-directory: iptv/speedtest
run: |
cd $GITHUB_WORKSPACE/speedtest
./test.sh
Expand Down

0 comments on commit 915778e

Please sign in to comment.