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

Commit

Permalink
[epociask/issue-172-version-pinned-devnet-allocs] Rm unecessary files…
Browse files Browse the repository at this point in the history
… & add .devnet diff
  • Loading branch information
Ethen Pociask committed Nov 2, 2023
1 parent b4db43d commit eea6122
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 62 deletions.
32 changes: 0 additions & 32 deletions .github/scripts/comment.js

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/hygeine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Mock diff check
run: make go-gen-mocks && git diff --exit-code

- name: Devnet diff check
run: make devnet-allocs && git diff --exit-code

golangci:
# Linting job
# https://github.com/golangci/golangci-lint-action
Expand Down
32 changes: 2 additions & 30 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,29 +42,6 @@ jobs:
run: |
go test -v -coverprofile=coverage.out ./internal/...
# - name: Generate Coverage
# run: |
# go tool cover -func=coverage.out | grep total | awk '{print $3}' >> out.txt
# echo "::set-output name=coverage::$(cat out.txt)"

# - name: Find Coverage Comment
# uses: peter-evans/find-comment@v1
# id: fc
# with:
# issue-number: ${{ github.event.pull_request.number }}
# comment-author: 'github-actions[bot]'
# body-includes: '### Current Test Coverage'

# - name: Add Coverage Comment
# uses: actions/github-script@v6
# env:
# DATA: ${{ steps.fc.outputs.comment-id }}

# with:
# script: |
# const script = require('./.github/scripts/comment.js')
# await script({github, context, core})

e2e-test:
runs-on: larger-runner
steps:
Expand All @@ -75,13 +52,8 @@ jobs:
with:
go-version: 1.21

# - name: Install foundry
# uses: foundry-rs/foundry-toolchain@v1

# - name: Setup devnet Resources
# id: devnet
# run: |
# make devnet-allocs
- name: Install foundry
uses: foundry-rs/foundry-toolchain@v1

- name: Run E2E Integration Tests
run: make e2e-test

0 comments on commit eea6122

Please sign in to comment.