From 9f078259b08577cc8431923c3b0718d25d285321 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Thu, 3 Sep 2020 17:13:19 +0200 Subject: [PATCH] Next try to get the CI up and running --- .github/FUNDING.yml | 3 +-- .github/workflows/test-builds.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index f64aa4c2..b767eb57 100755 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1 @@ -github: [knutwurst] -custom: ["https://paypal.me/oliverkoester", paypal.me] \ No newline at end of file +custom: ["https://paypal.me/oliverkoester"] \ No newline at end of file diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml index 2cca9048..f6727489 100755 --- a/.github/workflows/test-builds.yml +++ b/.github/workflows/test-builds.yml @@ -126,4 +126,4 @@ jobs: pip install platformio - name: Run PlatformIO - run: platformio run -d \ No newline at end of file + run: platformio run --environment i3_MEGA \ No newline at end of file