Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: algorandfoundation/nodekit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8d49dd08933478f6914ec5ab71b32d7cb2ae1234
Choose a base ref
..
head repository: algorandfoundation/nodekit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5092375ca19b42225c70f0b528680dbff405f641
Choose a head ref
Showing with 0 additions and 170 deletions.
  1. +0 −43 .docker/Fedora.dockerfile
  2. +0 −47 .docker/Ubuntu.dockerfile
  3. +0 −22 .github/workflows/code_test.yaml
  4. +0 −58 docker-compose.integration.yaml
43 changes: 0 additions & 43 deletions .docker/Fedora.dockerfile

This file was deleted.

47 changes: 0 additions & 47 deletions .docker/Ubuntu.dockerfile

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/code_test.yaml
Original file line number Diff line number Diff line change
@@ -43,31 +43,9 @@ jobs:
- name: Build
run: go build -o bin/algorun *.go

- name: Install Algod
run: ./bin/algorun install
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Wait for the server to start
run: npx wait-on tcp:8080

- name: Unit Tests
run: make unit

- name: Kill docker
run: docker compose down

- name: Start Integration
run: docker compose -f docker-compose.integration.yaml up -d

- name: Wait for mount
run: npx wait-on ./coverage/int/fedora/40 ./coverage/int/ubuntu/24.04/

- name: Integration tests
run: make integration

- name: Combine coverage
run: make combine-coverage

- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
58 changes: 0 additions & 58 deletions docker-compose.integration.yaml

This file was deleted.