Skip to content

Commit

Permalink
Skip sources analyze
Browse files Browse the repository at this point in the history
  • Loading branch information
pavetok committed Sep 18, 2023
1 parent ea4dd8c commit e23d5e6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
32 changes: 15 additions & 17 deletions .dx/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,20 +81,18 @@
# deploy
# {% endif %}

#- name: Binaries
# hosts: test
# run_once: true
# tasks:
# - name: Create binaries
# ansible.builtin.command:
# cmd: >
# mvn
# --no-snapshot-updates
# --batch-mode
# clean
# test-compile
# --define lib.version={{ lib_version }}
# chdir: "{{ playbook_dir }}/../tests"
# strip_empty_ends: false
# changed_when: true
# when: hostvars.lib.binary_status|default({}) is changed
- name: Binaries
hosts: test
run_once: true
tasks:
- name: Create binaries
ansible.builtin.command:
cmd: >
mvn
--no-snapshot-updates
--batch-mode
clean
test-compile
chdir: "{{ playbook_dir }}/../tests"
strip_empty_ends: false
changed_when: true
2 changes: 1 addition & 1 deletion .dx/sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ansible.builtin.command:
cmd: >
mvn
--no-snapshot-updates
--offline
--batch-mode
enforcer:enforce
spotless:check
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/solution-sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- uses: ./.github/actions/prepare
with:
tools: python java
- run: ansible-playbook sources.yml -l lib:app
working-directory: .dx
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# - run: ansible-playbook sources.yml -l lib:app
# working-directory: .dx
# env:
# GITHUB_ACTOR: ${{ github.actor }}
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- id: binaries
run: >
ansible-playbook binaries.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@
class SepulkaDaoMyBatisTest {

@Test
void foo() {
}
void foo() {}
}

0 comments on commit e23d5e6

Please sign in to comment.