diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab2fc4f..d6b679c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: scp files on: [push] jobs: - build: - name: Build + testing: + name: test scp action runs-on: ubuntu-latest steps: - name: checkout