Skip to content

Commit

Permalink
updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Oct 11, 2024
1 parent e08fc95 commit e26695b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
contents: read

steps:
- name: Checkout SlideRule Repository
uses: actions/checkout@v3

- name: Checkout CoastNet
uses: actions/checkout@v3
with:
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
language: [ 'cpp' ]

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Checkout CoastNet
uses: actions/checkout@v3
with:
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/self_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit e26695b

Please sign in to comment.