From c853c2e10acdfafee9c6566e9f4f82fba7a9fb9c Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sun, 25 Apr 2021 16:05:34 +0200 Subject: ci: Fix references to frontend and API modules This change fixes the references to the frontend and API modules that were invalidated due to the restructuring of project in the previous commit. --- .github/workflows/build-simulator.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github/workflows/build-simulator.yml') diff --git a/.github/workflows/build-simulator.yml b/.github/workflows/build-simulator.yml index 1bee19bc..ee8f95f2 100644 --- a/.github/workflows/build-simulator.yml +++ b/.github/workflows/build-simulator.yml @@ -4,10 +4,6 @@ on: pull_request: branches: [master] -defaults: - run: - working-directory: simulator - jobs: build: runs-on: ${{ matrix.os }} @@ -56,5 +52,5 @@ jobs: uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./simulator/build/reports/jacoco/report.xml + files: ./build/reports/jacoco/report.xml flags: simulator -- cgit v1.2.3