Skip to content

Commit

Permalink
[#6] Update buildKonfig setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiasama committed Nov 30, 2023
1 parent db5cd5e commit 8a2d1a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ jobs:
restore-keys: |
${{ runner.os }}-gradle-
- name: Decode buildKonfig properties
run: echo ${{ secrets.BUILD_KONFIG_PROPERTIES }} | base64 --decode > buildKonfig.properties
- name: Set up the necessary config
run: echo "${{ secrets.BUILD_KONFIG_PROPERTIES }}" > buildKonfig.properties

- name: Run Detekt
run: ./gradlew detekt
Expand Down

0 comments on commit 8a2d1a2

Please sign in to comment.