Skip to content

Commit

Permalink
[TEST] mac & window browser platform check at macOS && windows
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Sep 18, 2023
1 parent e5baca1 commit 18422bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/kakao-chat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ jobs:
echo "CHROME_PATH='$(echo "$(dirname "$(dirname "${GITHUB_WORKSPACE}")")/_tool/chromium/latest/x64/Chromium.app/Contents/MacOS/Chromium")'" >> $GITHUB_OUTPUT
id: determine_event_type_mac

- name : Check Trigger
if: runner.os == 'macOS'
run: |
echo "${{steps.determine_event_type_windows.outputs.TITLE}}"
echo "${{steps.determine_event_type_windows.outputs.DESC}}"
echo "${{ steps.determine_event_type_windows.outputs.CHROME_PATH }}"
- name: run kakao-chat at Windows
if: runner.os == 'Windows'
uses: psychology50/kakao-chat-ci@main
Expand Down

0 comments on commit 18422bf

Please sign in to comment.