From 5e39561563ff1e290e122f2af2bb19aa4de082a7 Mon Sep 17 00:00:00 2001 From: PandaJW <5168pandayoyo@gmail.com> Date: Wed, 19 Jun 2024 13:02:17 +0800 Subject: [PATCH] removing test printing in workflow --- .github/workflows/example.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index b785ce2..9fceff9 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -46,12 +46,6 @@ jobs: env: FIREBASE_ADMIN_PASSPHRASE: ${{secrets.FIREBASE_ADMIN_PASSPHRASE}} - - name: Testing, to be removed - run: | - ls - # cat $HOME/secrets/edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json - cat edusync-7bd5e-firebase-adminsdk-x49uh-af084a6314.json - - name: Go Test run: | go test