Skip to content

Remove that JetBrains recommends this tool (#24) #21

Remove that JetBrains recommends this tool (#24)

Remove that JetBrains recommends this tool (#24) #21

Workflow file for this run

name: Testing
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run install
run: $GITHUB_WORKSPACE/jetbrains-toolbox.sh
- name: Validate that symlink has been created
run: '[ -f $HOME/.local/bin/jetbrains-toolbox ]'
- name: Validate command is executable
run: '[[ $(file "$HOME/.local/share/JetBrains/Toolbox/bin/jetbrains-toolbox") == *"ELF 64-bit LSB executable"* ]]'