Skip to content

Commit

Permalink
testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexwang8 committed Nov 2, 2023
1 parent b083454 commit 5515b56
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Publish

on:
push:
branches: ['rwang.fixs3chan.10222023']

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17
- uses: actions/checkout@v2

- uses: imjasonh/setup-ko@v0.6
- run: ko publish --base-import-paths ./cmd/model_downloader -t ${GITHUB_SHA::7}
- working-directory: ./cmd/dataset_tokenizer
run: ko publish --base-import-paths . -t ${GITHUB_SHA::7}

0 comments on commit 5515b56

Please sign in to comment.