Update workflow to use preprepared docker image

This commit is contained in:
Lewis Jackson 2023-05-31 22:47:18 +03:00
parent b45b5429f7
commit 549ab6ebd3

View file

@ -16,6 +16,8 @@ jobs:
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
- uses: actions/checkout@v3
- run: cd ${{ github.workspace }}
- run: pio run
- name: Checkout code
uses: actions/checkout@v3
- name: Compile
run: cd ${{ github.workspace }}
run: pio run