Skip to content

Commit

Permalink
trigger yet another yet another
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Lien committed Jan 25, 2022
1 parent 3fd9519 commit 499666d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build with Gradle
# Disabling testing for experiment
#run: ./gradlew test build --info
run: ./gradlew build --info
run: ./gradlew build -x test --info
- name: Publish test report
uses: ScaCap/action-surefire-report@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
cache: gradle
- name: Build with Gradle
# Disabling testing for experiment
#run: ./gradlew test build --info
run: ./gradlew build --info
# run: ./gradlew test build --info
run: ./gradlew build -x test --info
- name: Build and push Docker image
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Et API med endepunkter for å hente ut informasjon om forskjellige tiltak NAV kan tilby brukere.
</p>

# Deploy

# Innhold

- [Hensikt](#hensikt)
Expand Down

0 comments on commit 499666d

Please sign in to comment.