Skip to content

Commit

Permalink
Test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tunmx committed May 5, 2024
1 parent 13a9cdd commit 147ae6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_ubuntu_x86_Pikachu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: Run Ubuntu-x86 Test Pikachu
# Trigger this workflow on push or pull request to the "feature/sub" branch
on:
push:
branches: ["feature/sub"]
branches: ["master"]
pull_request:
branches: ["feature/sub"]
branches: ["master"]

# Define environment variables shared across jobs
env:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt-get install -y build-essential libgtk-3-dev libavcodec-dev libavformat-dev libjpeg-dev libswscale-dev
# Step 4: Run a separate script for CMake configuration and building
- name: Configure CMake
- name: Download Dataset And Configure CMake
# Execute a pre-existing script to handle CMake configuration and building
# The script is assumed to be located at `ci/ci_linux_x86_usual.sh`
run: bash ci/ci_linux_x86_usual.sh

0 comments on commit 147ae6a

Please sign in to comment.