From 93576831b81e02007651c276084281348de38b55 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Wed, 31 Jan 2024 10:23:27 +0100 Subject: [PATCH] ci: add test action --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 603a274..f5a9154 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,3 +8,11 @@ jobs: - run: npm ci - run: npm run build - run: npm test + - run: curl -L https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.sha }} > source.tar.gz + - uses: ./ + with: + source: source.tar.gz + w3up-private-key: ${{ secrets.W3UP_PRIVATE_KEY }} + w3up-proof: ${{ secrets.W3UP_PROOF }} + w3name-private-key: ${{ secrets.W3NAME_PRIVATE_KEY }} + w3name-revision: ${{ secrets.W3NAME_REVISION }}