initial
Some checks failed
Scripts Testing / scripts-download-test (push) Failing after 19s

This commit is contained in:
Jose Ivanchechen
2024-12-27 23:11:17 -03:00
commit 209839be44
4 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Scripts Testing
on: [push]
jobs:
scripts-download-test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- name: Execute download script bash
run: |
bash ${{ gitea.workspace }}/scripts-download.sh