From 896a6fcf976f6eb64797bb8a3eaa27be7ed92a55 Mon Sep 17 00:00:00 2001 From: Marcel Kalai Date: Thu, 7 Nov 2024 22:37:19 +0100 Subject: [PATCH] remove test step --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc08ab1..a6621dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,11 +82,6 @@ jobs: tar xf targets.tar rm targets.tar - - name: Test - run: echo -n $PGP_SECRET | wc -c - env: - PGP_SECRET: ${{ secrets.PGP_SECRET }} - - name: Publish project run: sbt ci-release env: