Skip to content

Update test.sh

Update test.sh #10

Workflow file for this run

name: test cicd
on:
push:
pull_request:
branches: ["_.//"]
workflow_dispatch:
env:
test: "test"
jobs:
test:
runs-on: ubuntu-latest
name: test
steps:
- name: checkout
uses: actions/checkout@v3
- name: test sh
shell: bash
run: |
/bin/bash build-and-deploy/test.sh
echo "${aa}"