diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ab1abaa8..6d287274 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -15,9 +15,6 @@ jobs: contents: read steps: - - name: Checkout SlideRule Repository - uses: actions/checkout@v3 - - name: Checkout CoastNet uses: actions/checkout@v3 with: @@ -33,6 +30,9 @@ jobs: with: repository: SlideRuleEarth/ut-ATL24-oopp + - name: Checkout SlideRule Repository + uses: actions/checkout@v3 + - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v2 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 93d51c0c..2fe3d6be 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,9 +35,6 @@ jobs: language: [ 'cpp' ] steps: - - name: Checkout repository - uses: actions/checkout@v3 - - name: Checkout CoastNet uses: actions/checkout@v3 with: @@ -53,6 +50,9 @@ jobs: with: repository: SlideRuleEarth/ut-ATL24-oopp + - name: Checkout repository + uses: actions/checkout@v3 + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/self_test.yml b/.github/workflows/self_test.yml index 0b957048..9265ad6f 100644 --- a/.github/workflows/self_test.yml +++ b/.github/workflows/self_test.yml @@ -29,9 +29,6 @@ jobs: container: ghcr.io/slideruleearth/sliderule-buildenv:latest steps: - - name: Checkout sliderule repository - uses: actions/checkout@v3 - - name: Checkout CoastNet uses: actions/checkout@v3 with: @@ -47,6 +44,9 @@ jobs: with: repository: SlideRuleEarth/ut-ATL24-oopp + - name: Checkout sliderule repository + uses: actions/checkout@v3 + - name: Build sliderule run: | cd targets/slideruleearth-aws