From 173162668a2c516edf357f3e94185895a154b62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Mon, 11 Dec 2023 12:49:05 +0200 Subject: [PATCH] GitHub action - make Initial action to make all. --- .github/workflows/make.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/make.yml diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml new file mode 100644 index 0000000..1593217 --- /dev/null +++ b/.github/workflows/make.yml @@ -0,0 +1,24 @@ +name: mbed-edge-examples-make + +on: + workflow_dispatch: + push: + paths-ignore: + - '**/README.md' + +# This allows a subsequently queued workflow run to interrupt previous runs +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + edge-snap-smoke: + runs-on: ubuntu-22.04 + env: + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + steps: + - name: Checkout continuous-integration + uses: actions/checkout@v4 + - name: git submodule update + run: git submodule update --init --recursive + - run: make