From 9125fb0b90f675453a316f0f17bbbf0a0ffba808 Mon Sep 17 00:00:00 2001 From: Louis Guidez reind33r Date: Wed, 7 Feb 2024 23:24:09 +0100 Subject: [PATCH] testing actions --- .forgejo/workflows/deploy.yaml | 2 +- .forgejo/workflows/test.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 .forgejo/workflows/test.yaml diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 7d62c05..8a078b3 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v3 - shell: ash run: | - ls ${{ github.workspace }} + ls ${{ github.workspace }} # - name: Setup Node.js # uses: xxxxxxxxxxxxxxxxxx@xx diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml deleted file mode 100644 index 240bc0f..0000000 --- a/.forgejo/workflows/test.yaml +++ /dev/null @@ -1,7 +0,0 @@ -on: [push] -jobs: - test: - runs-on: docker - steps: - - shell: ash - run: echo All Good \ No newline at end of file