From ad88a0de6d832c3b0d9bb6e2b2a1c3b62595e22b Mon Sep 17 00:00:00 2001 From: Webber Date: Sat, 1 Feb 2020 19:26:43 +0100 Subject: [PATCH] Add readme workflow to workflow (for integrity) --- .github/workflows/main.yml | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c753f70..c70907d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,46 @@ env: UNITY_LICENSE: "\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \nJHdOBFmBNq2H8BrGFzir/StLoYo=aENLHd37a51RtP2/g7YU0Pexf5mx0/ENXYGtrPzqwZ8NQt2AsSdxGnl0CUB45/GuNXfJVDt2HWot\ncNYZB2OylVBn1WHQbKZlPmm8gEAMz0MYbr4Isb5i5buryBrZlmbEOjnRI+pEg1CBwlgMo6xdtjjE\n/d7cC293QIUO91kdzRXftYou1dNaUyuPL9ZH65vdB2pDXGRNxgUVD+GnnqZA7b5L2HXqNQclcWAK\n5Yd1BeF3VzR1iLw9G/SmH5oOhnpXSmqbL4qk7LVP2/mgXpFk5kP4X8VC3z47obNhBIGq40dwWyEe\nUYk5/nRAOkZawDT+tcu96e06gPC9Cxk5PdbRbA==" jobs: + readmeWorkflow: + # Checkout + - name: Checkout repository + uses: actions/checkout@v2 + with: + lfs: true + + # Cache + - uses: actions/cache@v1.1.0 + with: + path: test-project/Library + key: Library-test-project-WebGL + + # Test + - name: Run tests + uses: webbertakken/unity-test-runner@v1.2 + with: + projectPath: test-project + unityVersion: 2019.2.11f1 + + # Build + - name: Build project + uses: webbertakken/unity-builder@v0.9 + with: + projectPath: test-project + unityVersion: 2019.2.11f1 + targetPlatform: WebGL + + # Output + - uses: actions/upload-artifact@v1 + with: + name: Build + path: build + + # + # End of readme workflow. + # + # Below is a test of most combinations, for testing integrity. + # + requestManualActivationFile: name: Request manual activation file 🔑 runs-on: ubuntu-latest