diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..fb87baa --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,14 @@ +name: Test +on: + workflow_dispatch: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Run Hello World + run: echo "Hello World" + - name: cat .yarnrc.yml + run: cat .yarnrc.yml diff --git a/.github/workflows/website-bot-update.yml b/.github/workflows/website-bot-update.yml index d91de78..0205847 100644 --- a/.github/workflows/website-bot-update.yml +++ b/.github/workflows/website-bot-update.yml @@ -83,4 +83,4 @@ jobs: with: github_token: ${{ secrets.AUTOMATA_TOKEN }} branch: 'main' - repository: 'sern-handler/sern-community' \ No newline at end of file + repository: 'sern-handler/sern-community'