Skip to content

Commit

Permalink
WIP CI public
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Sep 27, 2023
1 parent 812cc02 commit 0e253f9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on: [pull_request, push]

jobs:
build:
runs-on: [self-hosted, docker]
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:ubuntu-22.04
credentials:
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}
runs-on: ubuntu-latest

steps:
- name: Setup_Node
uses: actions/setup-node@v3
with:
node-version: 16

- name: Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 0e253f9

Please sign in to comment.