Skip to content

Commit

Permalink
rename job
Browse files Browse the repository at this point in the history
  • Loading branch information
gebeto committed Feb 20, 2023
1 parent 411e820 commit 0329d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

jobs:
container-test-job:
build-fap:
runs-on: ubuntu-latest
container:
image: an4tur0r/flipperzero-unleashed:latest
Expand All @@ -15,7 +15,7 @@ jobs:
- ${{ github.workspace }}:/flipperzero-unleashed/applications_user/xbox_controller
options: --cpus 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build
run: |
cd /flipperzero-unleashed
Expand Down

0 comments on commit 0329d3c

Please sign in to comment.