Skip to content

Commit

Permalink
update emulator on gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah committed Apr 30, 2024
1 parent 8f63702 commit 9f42ee8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/instrumentation_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
paths:
- '!README.md'
- '!release_note.txt'
# - '!samples/nativemessage/*'
pull_request:
branches: [ develop ]
# paths:
# - '!README.md'
# - '!samples/nativemessage/*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
ui-test-app:
runs-on: ubuntu-latest
Expand Down
11 changes: 5 additions & 6 deletions .github/workflows/metaap_instrumentation_tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Metaap UI Tests
on:
push:
branches: [ develop, dia-2031-support-USNat ]
branches: [ develop ]
paths:
- '!README.md'
- '!release_note.txt'
# - '!samples/nativemessage/*'
pull_request:
branches: [ develop, dia-2031-support-USNat ]
# paths:
# - '!README.md'
# - '!samples/nativemessage/*'
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
ui-test-metaapp:
runs-on: ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
- '!release_note.txt'
pull_request:
branches: [ develop ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
jobs:
unit-test-cmplib:
runs-on: macos-latest
Expand Down Expand Up @@ -37,7 +40,6 @@ jobs:
steps:
- run: rm -rf "$AGENT_TOOLSDIRECTORY"
- run: rm -rf /usr/share/dotnet
- run: rm -ff /mnt/swapfile
- name: Enable KVM group perms
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
Expand Down

0 comments on commit 9f42ee8

Please sign in to comment.