Skip to content

Commit

Permalink
[SWM-363] Fix : Test Deploy GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oikkoikk committed Oct 25, 2023
1 parent 69121d6 commit 6f981bf
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
name: Build
name: Test Deploy
on:
pull_request:
branches:
- main
types: [opened, edited, reopened]
types: [opened, edited, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Build Next.js app
run: docker build -t mytest .
deploy-to-test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6f981bf

Please sign in to comment.