Skip to content

fix: action script syntax #4

fix: action script syntax

fix: action script syntax #4

Workflow file for this run

name: tests
on:
push:
branches: [main, development, services]
pull_request:
branches: [main, development]
workflow_dispatch:
jobs:
test:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- name: Run tests
run: |
echo ${{ secrets.SUDO }} > ~/.test.txt
echo ${{ secrets.SUDO }} | sudo -S ./test.sh