Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
..

..

..

..
  • Loading branch information
infiniteregrets committed Jan 13, 2024
1 parent 23c6f01 commit f0a51c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
lint-test:
runs-on: ubuntu-latest
runs-on: macos
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -34,7 +34,7 @@ jobs:

- name: Run chart-testing (install)
run: |
echo ${{ secrets.MIRRORD_OPERATOR_LICENSE }} | base64 --decode > ./test-license.pem
echo ${{ secrets.MIRRORD_OPERATOR_LICENSE }} | base64 --decode > ./test-license.pem
helm install mirrord ./mirrord-operator --wait --set-file license.file.data."license\.pem"=./test-license.pem
- name: Install mirrord
Expand Down

0 comments on commit f0a51c4

Please sign in to comment.