feat: test upload artifact

This commit is contained in:
Christy Jacob 2023-09-08 19:06:10 +00:00
parent 2eae37d802
commit 1e07fa96a3

View file

@ -28,6 +28,10 @@ jobs:
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# This is a separate action that sets up buildx runner
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build Appwrite
uses: docker/build-push-action@v3
with: