Skip to content

Commit

Permalink
macos credentials.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Jul 31, 2024
1 parent 5de2694 commit 584c10f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-dependencies-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ runs:
- name: Setup credentials for service account
shell: bash
run: |
echo "in second step"
# Give OPA executable execute permissions
chmod +x opa_darwin_amd64
# Setup credentials for service account
Expand Down
59 changes: 0 additions & 59 deletions .github/workflows/run_smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,62 +55,3 @@ jobs:

- name: Execute ScubaGoggles and check for correct output
run: pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL"

#smoke-test-windows:
# if: false
# name: Smoke Test for Windows
# runs-on: windows-latest
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
#
# - name: Setup Python
# uses: ./.github/actions/setup-python
# with:
# python-version: "3.12"
# cache-dependency-path: "requirements.txt"
#
# - name: Setup dependencies
# uses: ./.github/actions/setup-windows-dependencies
# with:
# operating-system: "windows"
# opa-version: "0.60.0"
#
# - name: Execute ScubaGoggles and check for correct output
# run: |
# # Setup credentials for service account
# Set-Content -Path credentials.json -Value $env:GWS_GITHUB_AUTOMATION_CREDS
# pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL"
#
#smoke-test-macos:
# name: Smoke Test for MacOS
# runs-on: macos-latest
# #needs: smoke-test-windows
# steps:
# - name: Checkout Repository
# uses: actions/checkout@v4
#
# - name: Setup Python
# uses: ./.github/actions/setup-python
# with:
# python-version: "3.12"
# cache-dependency-path: "requirements.txt"
#
# - name: Setup dependencies
# uses: ./.github/actions/setup-macos-dependencies
# with:
# operating-system: "macos"
# opa-version: "0.60.0"
#
# - name: Execute ScubaGoggles and check for correct output
# run: |
# echo "in second step"
#
# # Give OPA executable execute permissions
# chmod +x opa_darwin_amd64
#
# # Setup credentials for service account
# echo $env:GWS_GITHUB_AUTOMATION_CREDS
# echo $env:GWS_GITHUB_AUTOMATION_CREDS >> credentials.json
# cat credentials.json
# #pytest -s ./Testing/Functional/SmokeTests/ --subjectemail="$env:GWS_SUBJECT_EMAIL"

0 comments on commit 584c10f

Please sign in to comment.