Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

chore: python v

chore: python v #85

Workflow file for this run

name: tests
on:
workflow_dispatch:
push:
branches:
- master
- develop
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: ApeWorX/github-action
- run: ape compile --size
- run: npm install hardhat
- run: ape test
timeout-minutes: 20
env:
WEB3_ALCHEMY_PROJECT_ID: ${{ secrets.WEB3_ALCHEMY_PROJECT_ID }}
WEB3_INFURA_PROJECT_ID: ${{ secrets.WEB3_INFURA_PROJECT_ID }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}