From 9a67892d69537dce99db17ac20226b480a011661 Mon Sep 17 00:00:00 2001 From: Samuel Burnham <45365069+samuelburnham@users.noreply.github.com> Date: Tue, 31 Oct 2023 14:53:13 -0400 Subject: [PATCH] Test forked PR (#38) --- .github/workflows/ci.yml | 2 +- .github/workflows/end2end.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8596695..132126b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Run unit tests +name: Run tests on: push: diff --git a/.github/workflows/end2end.yml b/.github/workflows/end2end.yml index ddabb58..790c74d 100644 --- a/.github/workflows/end2end.yml +++ b/.github/workflows/end2end.yml @@ -62,4 +62,4 @@ jobs: body: | End-to-end `!test` action succeeded! :rocket: - https://github.com/lurk-lab/ci-lab/actions/runs/${{ github.run_id }} + https://github.com/lurk-lab/solidity-verifier/actions/runs/${{ github.run_id }}