Skip to content

Commit

Permalink
Merge pull request ethereum#92 from zama-ai/louis-ci-1
Browse files Browse the repository at this point in the history
chore(ci): make tests run on push
  • Loading branch information
tremblaythibaultl authored May 12, 2023
2 parents e700d46 + 33bf021 commit b790d8b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/publish_geth_testing.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: Run go-ethereum unit tests

on:
workflow_dispatch:
inputs:
tfhe_rs_ref:
description: "Branch, tag or commit SHA1 to checkout TFHE-rs"
required: true
default: "main"
type: string
tfhe_cli_ref:
description: "Branch, tag or commit SHA1 to checkout TFHE-cli"
required: true
default: "main"
type: string
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build_and_test:
Expand All @@ -23,14 +15,14 @@ jobs:
uses: actions/checkout@v3
with:
repository: zama-ai/tfhe-rs
ref: ${{ inputs.tfhe_rs_ref }}
ref: 0.2.1
path: tfhe-rs

- name: Check out tfhe-cli
uses: actions/checkout@v3
with:
repository: tremblaythibaultl/tfhe-cli
ref: ${{ inputs.tfhe_cli_ref }}
ref: main
path: tfhe-cli

- name: Check out go-ethereum
Expand Down

0 comments on commit b790d8b

Please sign in to comment.