Skip to content

Commit

Permalink
Merge pull request #3 from t348575/v0.1.9
Browse files Browse the repository at this point in the history
V0.1.9
  • Loading branch information
t348575 authored Apr 25, 2024
2 parents 86c8767 + f836581 commit d463e59
Show file tree
Hide file tree
Showing 48 changed files with 2,244 additions and 1,051 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- uses: SebRollen/toml-action@v1.2.0
id: read_version
with:
file: 'Cargo.toml'
file: 'app/Cargo.toml'
field: 'package.version'
- name: Build the Docker image
run: docker build . --file Dockerfile --tag t348575/twitch-points-miner:${{ steps.read_version.outputs.value }}
run: docker build . --file app.dockerfile --tag t348575/twitch-points-miner:${{ steps.read_version.outputs.value }}
- name: Tag latest
run: docker tag t348575/twitch-points-miner:${{ steps.read_version.outputs.value }} t348575/twitch-points-miner:latest
- name: Login to docker
Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,5 @@ jobs:
- uses: actions/checkout@v3
- name: Build
run: cargo build
- name: Build web_api
run: cargo build --features web_api
- name: Build web_api,analytics
run: cargo build --features web_api,analytics
- name: Build analytics
run: cargo build --features analytics
- name: Run tests
run: cargo test
run: cargo test --features testing
Loading

0 comments on commit d463e59

Please sign in to comment.