name: test-dev run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: pull_request: jobs: run-tests: container: image: docker:stable-dind #image: catthehacker/ubuntu:act-latest env: COMPOSE_FILE: compose.yaml DOCKER_USER: ${{ secrets.DOCKER_USER }} DOCKER_PASS: ${{ secrets.DOCKER_PASS }} steps: - name: Checkout code uses: actions/checkout@v2 - name: Pull images run: dind compose pull - name: Run tests run: dind compose run bot-api bun test